summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/fill.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/fill.t')
-rw-r--r--ld/testsuite/ld-scripts/fill.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-scripts/fill.t b/ld/testsuite/ld-scripts/fill.t
index 835e009c48..63f4f84899 100644
--- a/ld/testsuite/ld-scripts/fill.t
+++ b/ld/testsuite/ld-scripts/fill.t
@@ -3,12 +3,12 @@ SECTIONS
.text :
{
. += 4;
- *0.o(.text)
+ *0.o(.text .pr)
FILL (0x12)
- *1.o(.text)
+ *1.o(.text .pr)
. += 1;
FILL (0x23)
- *2.o(.text)
+ *2.o(.text .pr)
FILL (0x003456)
. += 4;
FILL (0x00004567000089ab0000cdef00000123)