aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/alloc.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-i386/alloc.t')
-rw-r--r--ld/testsuite/ld-i386/alloc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-i386/alloc.t b/ld/testsuite/ld-i386/alloc.t
index f7dd17a..1bbb9a6 100644
--- a/ld/testsuite/ld-i386/alloc.t
+++ b/ld/testsuite/ld-i386/alloc.t
@@ -8,5 +8,5 @@ SECTIONS
.bar : AT(ADDR(.bar) - 0xC0000000) { *(.bar) } :text
.bss : AT(ADDR(.bss) - 0xC0000000) { *(.bss) }
.foo 0 : AT(ADDR(.bss) + SIZEOF(.bss) - 0xC0000000) { *(.foo) } :text
- /DISCARD/ : { *(.*) }
+ /DISCARD/ : { *(*) }
}