XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / fill.t
index 835e009c48cb74baff182c857a704c9d1c787db9..63f4f848995928a396ce68e86229b7b0bb9d3505 100644 (file)
@@ -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)
This page took 0.033147 seconds and 4 git commands to generate.