From: Stan Shebs Date: Wed, 10 Aug 1994 17:24:10 +0000 (+0000) Subject: * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ea882c6df740540449efe4ec7d325e79f23750a;p=binutils-gdb.git * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value, so as not to conflict with the symvalue typedef in bfd.h. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e4828bc94f2..899c1c32cfb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 10 10:19:55 1994 Stan Shebs (shebs@andros.cygnus.com) + + * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value, + so as not to conflict with the symvalue typedef in bfd.h. + Mon Aug 1 13:19:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * nlmheader.y: Per current NetWare docs, accept a revision number @@ -8,6 +13,7 @@ Mon Jul 25 12:58:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * objdump.c (objdump_print_address): Correct handling of end of symbols when looking for next symbol with a different value. + Fri Jul 22 16:48:34 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * nm.c (numeric_forward): Treat undefined symbols as "less than" @@ -20,6 +26,14 @@ Fri Jul 22 16:48:34 1994 Ken Raeburn (raeburn@cujo.cygnus.com) spaces equivalent to the width of a printed bfd_vma, rather than assuming that 8 will look right. + +Fri Jul 22 10:36:50 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * coffgrok.c (doit): Zero all fields of new structure. + * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg. + * sysinfo.y: Generate sysroff_swap_*_out without requiring extra + arg. + Fri Jul 22 10:09:53 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * nlmheader.y: Make "stack" and "stacksize" synonyms in the lexer