diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-08-10 17:24:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-08-10 17:24:10 +0000 |
commit | 8ea882c6df740540449efe4ec7d325e79f23750a (patch) | |
tree | 8ee8480e39bad7f282599afb41e690d6df8ce183 /binutils | |
parent | e1f99f606800e26b291c513f3704516b0ce29439 (diff) | |
download | gdb-8ea882c6df740540449efe4ec7d325e79f23750a.zip gdb-8ea882c6df740540449efe4ec7d325e79f23750a.tar.gz gdb-8ea882c6df740540449efe4ec7d325e79f23750a.tar.bz2 |
* nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value,
so as not to conflict with the symvalue typedef in bfd.h.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e4828bc..899c1c3 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 |