aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1997-02-21 18:28:36 +0000
committerJim Wilson <wilson@tuliptree.org>1997-02-21 18:28:36 +0000
commite2e5acfa756c4de80a904e7525264c24f103f514 (patch)
treec1374c612c593ebdab27e1222641d09ab39b1fbd /gas/ChangeLog
parent830ce6319a8fed54013413cce741a0bc079f12d0 (diff)
downloadgdb-e2e5acfa756c4de80a904e7525264c24f103f514.zip
gdb-e2e5acfa756c4de80a904e7525264c24f103f514.tar.gz
gdb-e2e5acfa756c4de80a904e7525264c24f103f514.tar.bz2
Fix linker relocation overflow errors for the NEC vr4300/ddb toolchain.
These changes are related to Ian's gas/libgloss changes of Dec 13/Dec 18. * tc-mips.c (mips_ip): If configured for an embedded ELF system, don't set the section alignment to 2**4. * mips/ddb.ld: Align the location counter before setting _gp, and before setting edata. Remove ALIGN from _gp computation. * mips/idt.ld, mips/pmon.ld: Before setting _gp, use ALIGN(8) instead of ALIGN(16). Remove ALIGN from _gp computation.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 08c512f..8743f22 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
+
+ * tc-mips.c (mips_ip): If configured for an embedded ELF system,
+ don't set the section alignment to 2**4.
+
Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com>
* app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.