aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-01-27 21:28:52 +0000
committerIan Lance Taylor <ian@airs.com>1995-01-27 21:28:52 +0000
commit50708d56126a7814516204fa935ace4f1ce3b8f2 (patch)
treeccaf651fd38bd1e5517d5f65b4a572822a3a2255 /ld
parentcea133af7fec6ded5abf26df7c8c1d2038e8622f (diff)
downloadgdb-50708d56126a7814516204fa935ace4f1ce3b8f2.zip
gdb-50708d56126a7814516204fa935ace4f1ce3b8f2.tar.gz
gdb-50708d56126a7814516204fa935ace4f1ce3b8f2.tar.bz2
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): For
a MIPS target, clobber the size of all but the first input .reginfo section to be 0, so that lang_size_sections sets the correct size for the output .reginfo section.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bebc285..73e680f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jan 27 16:27:34 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): For
+ a MIPS target, clobber the size of all but the first input
+ .reginfo section to be 0, so that lang_size_sections sets the
+ correct size for the output .reginfo section.
+
Thu Jan 26 19:53:37 1995 Ian Lance Taylor <ian@cygnus.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):