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