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