aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/sort_no.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/sort_no.t')
-rw-r--r--ld/testsuite/ld-scripts/sort_no.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/sort_no.t b/ld/testsuite/ld-scripts/sort_no.t
index 7ddc352..d797c79 100644
--- a/ld/testsuite/ld-scripts/sort_no.t
+++ b/ld/testsuite/ld-scripts/sort_no.t
@@ -1,5 +1,5 @@
SECTIONS
{
.text : {*(.text*)}
- /DISCARD/ : { *(*) }
+ /DISCARD/ : { *(.*) }
}