Add sysroot-prefix ld linker tests.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / include.s
index 5b8fda69383ead5d5502fdc8448fb5f5dcf32b64..e9fca056d10fa5e65362e6f0495f6c5ff3bed84e 100644 (file)
@@ -1,9 +1,5 @@
        .text
-       .4byte 0x11223344
-       .4byte 0x55667788
-       .4byte 0x99aabbcc
+       .fill 32,1,0x12
 
        .data
-       .4byte 0x01020304
-       .4byte 0x05060708
-       .4byte 0x090a0b0c
+       .fill 16,1,0x34
This page took 0.0242 seconds and 4 git commands to generate.