From: Ian Lance Taylor Date: Mon, 19 Aug 1996 21:42:49 +0000 (+0000) Subject: * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4e1b0be7b9c975d37742ff04b432f81ae656221;p=binutils-gdb.git * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by section address for the i960 as is done for the i386. PR 10344. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7cab28c515f..9de721a7adb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Mon Aug 19 14:41:36 1996 Ian Lance Taylor + + * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by + section address for the i960 as is done for the i386. + +Thu Aug 15 16:37:59 1996 Stan Shebs + + * mpw-config.in: Add wildcards for config matching, add mips-*-* + case, forward-include bfd/elf-bfd.h. + start-sanitize-d10v Thu Aug 15 13:24:30 1996 Martin M. Hunt