From e40eb3e94d953fff983c8ddf6d6a1713ecf4ebc7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 14 Mar 2000 01:40:30 +0000 Subject: discard all unexpected sections. --- ld/testsuite/ld-scripts/phdrs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/testsuite/ld-scripts') diff --git a/ld/testsuite/ld-scripts/phdrs.t b/ld/testsuite/ld-scripts/phdrs.t index 8f710e2..243dfb1 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/ : { *(.*) } } -- cgit v1.1