diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/sort.t')
-rw-r--r-- | ld/testsuite/ld-scripts/sort.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/sort.t b/ld/testsuite/ld-scripts/sort.t new file mode 100644 index 0000000000000..c53481f2f3de4 --- /dev/null +++ b/ld/testsuite/ld-scripts/sort.t @@ -0,0 +1,5 @@ +SECTIONS +{ + .text : {*(.text .text.*)} + /DISCARD/ : { *(.*) } +} |