2002-06-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
authorJeff Law <law@redhat.com>
Wed, 12 Jun 2002 18:14:48 +0000 (18:14 +0000)
committerJeff Law <law@redhat.com>
Wed, 12 Jun 2002 18:14:48 +0000 (18:14 +0000)
* ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to
script.

ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/cross1.t

index 4b124cc..27bea2b 100644 (file)
@@ -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.
index 11efa13..074ae96 100644 (file)
@@ -1,6 +1,9 @@
 NOCROSSREFS ( .text .data )
 SECTIONS
 {
+  .dynsym : { *(.dynsym) }
+  .dynstr : { *(.dynstr) }
+  .hash : { *(.hash) }
   .toc  : { *(.toc) }
   .opd  : { *(.opd) }
   .text : { tmpdir/cross1.o }