]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 4b124ccac23e7121b9c3add47d24358c5a88f3c3..27bea2b4261d8473311038006597b074fbcf6337 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 11efa134e5a1a278d4193b193f6692489c5f32b1..074ae96a4af4ef47423ee20076e19d6e1b9b6667 100644 (file)
@@ -1,6 +1,9 @@
 NOCROSSREFS ( .text .data )
 SECTIONS
 {
+  .dynsym : { *(.dynsym) }
+  .dynstr : { *(.dynstr) }
+  .hash : { *(.hash) }
   .toc  : { *(.toc) }
   .opd  : { *(.opd) }
   .text : { tmpdir/cross1.o }