diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-11 04:01:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-11 04:01:48 +0000 |
commit | 6a1878c9973c6c63ca72a63b2fb198ee64dfc3a1 (patch) | |
tree | 79d7e1ec10595d6f5f50bfebdb358214ff59ee7b /bfd/ChangeLog | |
parent | 43ee18a06d4133a8f2aac6b7af932a8c6a292560 (diff) | |
download | gdb-6a1878c9973c6c63ca72a63b2fb198ee64dfc3a1.zip gdb-6a1878c9973c6c63ca72a63b2fb198ee64dfc3a1.tar.gz gdb-6a1878c9973c6c63ca72a63b2fb198ee64dfc3a1.tar.bz2 |
* elf32-i386.c (elf_i386_relocate_section): Get the relocation
value if the symbol is turning into a local symbol.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2358308..474a1db 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 11 00:00:07 1997 Ian Lance Taylor <ian@cygnus.com> + + * elf32-i386.c (elf_i386_relocate_section): Get the relocation + value if the symbol is turning into a local symbol. + * elf32-m68k.c (elf_m68k_relocate_section): Likewise. + * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. + 1997-06-10 22:58 Ulrich Drepper <drepper@cygnus.com> * elflink.h (elf_link_add_object_symbols): Also read verneed |