diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/provide-9.t')
-rw-r--r-- | ld/testsuite/ld-scripts/provide-9.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/provide-9.t b/ld/testsuite/ld-scripts/provide-9.t index b26051a..00d906a 100644 --- a/ld/testsuite/ld-scripts/provide-9.t +++ b/ld/testsuite/ld-scripts/provide-9.t @@ -20,6 +20,6 @@ SECTIONS *(.bss .bss.*) } >FOO - /DISCARD/ : { *(*) } + /DISCARD/ : { *(.*) } } |