From: Nick Clifton Date: Tue, 14 Mar 2000 01:40:30 +0000 (+0000) Subject: discard all unexpected sections. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e40eb3e94d953fff983c8ddf6d6a1713ecf4ebc7;p=binutils-gdb.git discard all unexpected sections. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6f70a39faf7..240205f2933 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-03-13 Nick Clifton + + * ld-scripts/phdrs.t: Discard all unexpected sections. + 2000-02-27 H.J. Lu (hjl@gnu.org) * lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs. diff --git a/ld/testsuite/ld-scripts/phdrs.t b/ld/testsuite/ld-scripts/phdrs.t index 8f710e23fdc..243dfb10bc3 100644 --- a/ld/testsuite/ld-scripts/phdrs.t +++ b/ld/testsuite/ld-scripts/phdrs.t @@ -10,5 +10,5 @@ SECTIONS . = 0x80000 + SIZEOF_HEADERS; .text : { *(.text) } :text .data : { *(.data) } :data - /DISCARD/ : { *(.reginfo) } + /DISCARD/ : { *(.*) } }