aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-scripts/cross1.t3
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 4b124cc..27bea2b 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to
+ script.
+
2002-06-11 Andreas Jaeger <aj@suse.de>
* ld-undefined/undefined.exp: Add s390x to dwarf2 xfails.
diff --git a/ld/testsuite/ld-scripts/cross1.t b/ld/testsuite/ld-scripts/cross1.t
index 11efa13..074ae96 100644
--- a/ld/testsuite/ld-scripts/cross1.t
+++ b/ld/testsuite/ld-scripts/cross1.t
@@ -1,6 +1,9 @@
NOCROSSREFS ( .text .data )
SECTIONS
{
+ .dynsym : { *(.dynsym) }
+ .dynstr : { *(.dynstr) }
+ .hash : { *(.hash) }
.toc : { *(.toc) }
.opd : { *(.opd) }
.text : { tmpdir/cross1.o }