aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-03-14 01:40:30 +0000
committerNick Clifton <nickc@redhat.com>2000-03-14 01:40:30 +0000
commite40eb3e94d953fff983c8ddf6d6a1713ecf4ebc7 (patch)
tree140e291eb502cab2193b6d50d8becd01860d468e /ld/testsuite/ld-scripts
parentbc0fbc97a878ec68f826d7be38f92962e5201956 (diff)
downloadfsf-binutils-gdb-e40eb3e94d953fff983c8ddf6d6a1713ecf4ebc7.zip
fsf-binutils-gdb-e40eb3e94d953fff983c8ddf6d6a1713ecf4ebc7.tar.gz
fsf-binutils-gdb-e40eb3e94d953fff983c8ddf6d6a1713ecf4ebc7.tar.bz2
discard all unexpected sections.
Diffstat (limited to 'ld/testsuite/ld-scripts')
-rw-r--r--ld/testsuite/ld-scripts/phdrs.t2
1 files changed, 1 insertions, 1 deletions
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/ : { *(.*) }
}