aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-02-10 10:55:23 +0000
committerAlan Modra <amodra@gmail.com>2002-02-10 10:55:23 +0000
commit1e281515063f796a7ff5c9596222a85084dd7284 (patch)
treede02d9c92d35fb99533ae5c618e8ee25b95c431c /ld/ChangeLog
parent4a69ea0b0e80d97ae0534f4fa412e240e7a9473f (diff)
downloadgdb-1e281515063f796a7ff5c9596222a85084dd7284.zip
gdb-1e281515063f796a7ff5c9596222a85084dd7284.tar.gz
gdb-1e281515063f796a7ff5c9596222a85084dd7284.tar.bz2
* ldlang.c (entry_section): New initialised variable.
(lang_finish): Use it. * ldlang.h (entry_section): Declare. * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set entry_section to ".opd".
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 a4fa7cc..4d0f866 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-10 Alan Modra <amodra@bigpond.net.au>
+
+ * ldlang.c (entry_section): New initialised variable.
+ (lang_finish): Use it.
+ * ldlang.h (entry_section): Declare.
+ * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
+ entry_section to ".opd".
+
2002-02-09 Chris Demetriou <cgd@broadcom.com>
* ld.texinfo (Options): Add back in -nostdlib documentation,