aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-10-17 13:55:11 +0000
committerAlan Modra <amodra@gmail.com>2006-10-17 13:55:11 +0000
commit5a8e7be242f31a30e547d093ffe6065a038c99c2 (patch)
tree2fc2ee409c85a6f3c77e3a252cb8d6c9236b7fef /ld/ChangeLog
parent74541ad4c01323646d5bebe7ff10828f84af0f49 (diff)
downloadgdb-5a8e7be242f31a30e547d093ffe6065a038c99c2.zip
gdb-5a8e7be242f31a30e547d093ffe6065a038c99c2.tar.gz
gdb-5a8e7be242f31a30e547d093ffe6065a038c99c2.tar.bz2
* scripttempl/elf.sc (INTERP): Delete. Move definition to..
(INITIAL_READONLY_SECTIONS): ..here. * emulparams/criself.sh (INITIAL_READONLY_SECTIONS): Include .interp. * emulparams/elf32bmip.sh (INITIAL_READONLY_SECTIONS): Ditto. * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Ditto.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d7907c6..e4ffb01 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,13 @@
2006-10-17 Alan Modra <amodra@bigpond.net.au>
+ * scripttempl/elf.sc (INTERP): Delete. Move definition to..
+ (INITIAL_READONLY_SECTIONS): ..here.
+ * emulparams/criself.sh (INITIAL_READONLY_SECTIONS): Include .interp.
+ * emulparams/elf32bmip.sh (INITIAL_READONLY_SECTIONS): Ditto.
+ * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Ditto.
+
+2006-10-17 Alan Modra <amodra@bigpond.net.au>
+
* ldlang.c (strip_excluded_output_sections): Do strip sections
that define syms, but don't ignore them.
* ld.texinfo (Output Section Discarding): Revise.