forked from Imagelibrary/binutils-gdb
Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com)
* source.c (DIRNAME_SEPARATOR): New macro, replaces all references to : in search path processing. * defs.h (qsort): Rename argument in prototype. * symtab.h (SAYMBOL_VALUE): Rename value field, avoids bugs in some compilers. * breakpoint.c, exec.c, mdebugread.c, mipsread.c, xcoffexec.c (false): Eliminate usages.
This commit is contained in:
@@ -3767,8 +3767,8 @@ elfmdebug_build_psymtabs (objfile, swap, sec, section_offsets)
|
||||
struct ecoff_debug_info *info;
|
||||
|
||||
buf = alloca (swap->external_hdr_size);
|
||||
if (bfd_get_section_contents (abfd, sec, buf, (file_ptr) 0,
|
||||
swap->external_hdr_size) == false)
|
||||
if (!bfd_get_section_contents (abfd, sec, buf, (file_ptr) 0,
|
||||
swap->external_hdr_size))
|
||||
perror_with_name (bfd_get_filename (abfd));
|
||||
|
||||
info = ((struct ecoff_debug_info *)
|
||||
|
||||
Reference in New Issue
Block a user