aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-08-19 21:42:49 +0000
committerIan Lance Taylor <ian@airs.com>1996-08-19 21:42:49 +0000
commitd4e1b0be7b9c975d37742ff04b432f81ae656221 (patch)
tree41f076fb16acce317b1b361a85b3cdf058e1ac4e /gas
parent8b5b6ebd1f5e360af2cd732493f649d4dddf4c92 (diff)
downloadfsf-binutils-gdb-d4e1b0be7b9c975d37742ff04b432f81ae656221.zip
fsf-binutils-gdb-d4e1b0be7b9c975d37742ff04b432f81ae656221.tar.gz
fsf-binutils-gdb-d4e1b0be7b9c975d37742ff04b432f81ae656221.tar.bz2
* config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
section address for the i960 as is done for the i386. PR 10344.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7cab28c..9de721a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
+Mon Aug 19 14:41:36 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * 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 <shebs@andros.cygnus.com>
+
+ * 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 <hunt@pizza.cygnus.com>