diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-12-19 21:38:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-12-19 21:38:51 +0000 |
commit | d9518e2edc6f125c7d459d573009575777886da8 (patch) | |
tree | d1128b986c510018e55cc2cbcda245953ebfe4ba /bfd | |
parent | a9ddbbf5a1c7eb9b55b32e3886ebdb6fe1b413ad (diff) | |
download | binutils-gdb-d9518e2edc6f125c7d459d573009575777886da8.tar.gz |
* coff-i960.c (CALC_ADDEND): Define.
(coff_i960_relocate_section): Add the input section VMA to the
addend for PC relative relocs.
PR 8697.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff2bd9e5f1f..169854833d3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Tue Dec 19 16:38:59 1995 Ian Lance Taylor <ian@cygnus.com> + + * coff-i960.c (CALC_ADDEND): Define. + (coff_i960_relocate_section): Add the input section VMA to the + addend for PC relative relocs. + +Sun Dec 17 20:11:55 1995 Kim Knuttila <krk@cygnus.com> + + * peicode.h (pe_print_pdata): Must test the entire entry for zero + to correctly terminate. + Fri Dec 15 12:05:57 1995 Ian Lance Taylor <ian@cygnus.com> * targets.c (enum bfd_endian): Define. |