diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-28 17:45:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-28 17:45:14 +0000 |
commit | d1b44e837edd40e94f8a3929cce73ed9463b4d81 (patch) | |
tree | c1a1c4b6086115e43cab71af1b2fd0a00b6d131e /bfd/ChangeLog | |
parent | 279a3cfdfb22f0fd4470ecfb6a7bde4ce32f5b50 (diff) | |
download | gdb-d1b44e837edd40e94f8a3929cce73ed9463b4d81.zip gdb-d1b44e837edd40e94f8a3929cce73ed9463b4d81.tar.gz gdb-d1b44e837edd40e94f8a3929cce73ed9463b4d81.tar.bz2 |
* elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc,
then skip bfd_perform_relocation even if the addend is non-zero.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a753af6..d15df8b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 28 12:43:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc, + then skip bfd_perform_relocation even if the addend is non-zero. + Tue Dec 21 09:22:19 1993 Ken Raeburn (raeburn@rtl.cygnus.com) * coffcode.h (coff_write_relocs) [SWAP_OUT_RELOC_OFFSET]: Copy |