summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/align5.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/align5.t')
-rw-r--r--ld/testsuite/ld-scripts/align5.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/align5.t b/ld/testsuite/ld-scripts/align5.t
index a0b33e58be..103b216327 100644
--- a/ld/testsuite/ld-scripts/align5.t
+++ b/ld/testsuite/ld-scripts/align5.t
@@ -1,12 +1,15 @@
SECTIONS
{
.text : {
- SORT_NONE (*) (.text .text.*)
+ SORT_NONE (*) (.text .text.* .pr)
}
.data : {
- SORT_NONE (*) (.data .data.*)
+ SORT_NONE (*) (.data .data.* .rw)
foo = .;
}
+ .bss : {
+ SORT_NONE (*) (.bss)
+ }
/DISCARD/ : {*(*)}
}