aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-06 16:23:04 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-06 16:23:04 +0000
commit1760b4aeab5574b448a34c4723b8e4842d33a209 (patch)
treec885782818856d705d9ebb0e8b60951cb623094a /ld
parent39e6bc339f65783dfd2c12dbba80daf416c2ec8c (diff)
downloadgdb-1760b4aeab5574b448a34c4723b8e4842d33a209.zip
gdb-1760b4aeab5574b448a34c4723b8e4842d33a209.tar.gz
gdb-1760b4aeab5574b448a34c4723b8e4842d33a209.tar.bz2
* 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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d36d3f5..62d6bc7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
Thu Jun 6 11:50:31 1996 Ian Lance Taylor <ian@cygnus.com>
+ * 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.