From: Jeff Law Date: Wed, 12 Jun 2002 18:14:48 +0000 (+0000) Subject: 2002-06-11 John David Anglin X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9b17aab6276db153d0fb91e347ed74cc2586b06c;p=deliverable%2Fbinutils-gdb.git 2002-06-11 John David Anglin * ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to script. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4b124ccac2..27bea2b426 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-06-11 John David Anglin + + * ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to + script. + 2002-06-11 Andreas Jaeger * 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 11efa134e5..074ae96a4a 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 }