Fix linker relocation overflow errors for the NEC vr4300/ddb toolchain.
authorJim Wilson <wilson@tuliptree.org>
Fri, 21 Feb 1997 18:28:36 +0000 (18:28 +0000)
committerJim Wilson <wilson@tuliptree.org>
Fri, 21 Feb 1997 18:28:36 +0000 (18:28 +0000)
commite2e5acfa756c4de80a904e7525264c24f103f514
treec1374c612c593ebdab27e1222641d09ab39b1fbd
parent830ce6319a8fed54013413cce741a0bc079f12d0
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.
gas/ChangeLog
gas/config/tc-mips.c