From: Ian Lance Taylor Date: Thu, 6 Jun 1996 16:23:04 +0000 (+0000) Subject: * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16) X-Git-Tag: gdb-4_18~8564 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1760b4aeab5574b448a34c4723b8e4842d33a209;p=thirdparty%2Fbinutils-gdb.git * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16) rather than . when computing _gp value. From Per Fogelstrom. * emulparams/elf32lmip.sh (OTHER_GOT_SYMBOLS): Likewise. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d36d3f55ed0..62d6bc7b8a0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Thu Jun 6 11:50:31 1996 Ian Lance Taylor + * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16) + rather than . when computing _gp value. From Per Fogelstrom. + * emulparams/elf32lmip.sh (OTHER_GOT_SYMBOLS): Likewise. + * ldmain.c (main): Don't close and unlink the file on error, since remove_output will do it anyhow. * ldlang.c (open_output): Set boolean variable to true, not 1.