summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/align.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/align.t')
-rw-r--r--ld/testsuite/ld-scripts/align.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/align.t b/ld/testsuite/ld-scripts/align.t
index 81c21c6cae..63bf95aa56 100644
--- a/ld/testsuite/ld-scripts/align.t
+++ b/ld/testsuite/ld-scripts/align.t
@@ -1,6 +1,6 @@
SECTIONS
{
- .text : {*(.text)}
+ .text : {*(.text .pr)}
.data ALIGN(0x1000) : AT (ALIGN (LOADADDR (.text) + SIZEOF (.text), 0x80))
{}
ASSERT (LOADADDR(.data) == 0x80, "dyadic ALIGN broken")