From 9b17aab6276db153d0fb91e347ed74cc2586b06c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 12 Jun 2002 18:14:48 +0000 Subject: [PATCH] 2002-06-11 John David Anglin * ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to script. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-scripts/cross1.t | 3 +++ 2 files changed, 8 insertions(+) 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 + + * 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 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 } -- 2.7.4