mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* xcoffread.c (read_symbol_lineno): Replace type boolean by int.
Fixes a compilation failure on AiX.
This commit is contained in:
parent
f4ede9bc95
commit
7af35dad04
@ -1,3 +1,8 @@
|
||||
2002-12-02 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
* xcoffread.c (read_symbol_lineno): Replace boolean by int.
|
||||
Fixes a compilation failure on AiX.
|
||||
|
||||
2002-12-02 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
* config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
|
||||
|
@ -1634,7 +1634,7 @@ static int
|
||||
read_symbol_lineno (int symno)
|
||||
{
|
||||
struct objfile *objfile = this_symtab_psymtab->objfile;
|
||||
boolean xcoff64 = bfd_xcoff_is_xcoff64 (objfile->obfd);
|
||||
int xcoff64 = bfd_xcoff_is_xcoff64 (objfile->obfd);
|
||||
|
||||
struct coff_symfile_info *info =
|
||||
(struct coff_symfile_info *)objfile->sym_private;
|
||||
|
Loading…
Reference in New Issue
Block a user