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