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:
Stan Shebs
1994-04-15 21:55:49 +00:00
parent 97ea252ef8
commit fad466eb6d
7 changed files with 68 additions and 44 deletions

View File

@@ -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 *)