aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Knuttila <krk@cygnus>1996-01-27 00:31:16 +0000
committerKim Knuttila <krk@cygnus>1996-01-27 00:31:16 +0000
commit79edc8468f860448105028573e55426d205abf46 (patch)
tree053d57a7d212d613991709e6acef9195b1c9758d
parentba7db99126fd91301524fbd480d9e8a273407af9 (diff)
downloadgdb-79edc8468f860448105028573e55426d205abf46.zip
gdb-79edc8468f860448105028573e55426d205abf46.tar.gz
gdb-79edc8468f860448105028573e55426d205abf46.tar.bz2
Ignore overflow on toc relocs
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 51100b9..f325748 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,14 @@
+Fri Jan 26 19:28:52 1996 Kim Knuttila <krk@cygnus.com>
+
+ * config/tc-ppc.c (md_assemble): Ignore overflow on
+ BFD_RELOC_16_GOTOFF and BFD_RELOC_PPC_TOC16.
+
+Fri Jan 26 16:14:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * config/tc-ppc.c (md_apply_fix3): SDA21 relocations are now 4
+ bytes in size, so offset appropriately in big endian mode when
+ writing the bottom 2 bytes.
+
Thu Jan 25 20:26:23 1996 Doug Evans <dje@charmed.cygnus.com>
* config/tc-sparc.c (default_compatible): New static local.