ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / merge3.s
index 25709bec66514720e06a4af222eefbd2ccef4ae2..9328d4dd32fe7f14abb5bc0d703bd7094f097f76 100644 (file)
@@ -1,7 +1,17 @@
-       .section .rodata.str,"aMS","progbits",1
-.LC0:  
-       .ascii  "abcd"
+       .section .rodata.str1.8,"aMS",%progbits,1
+       .p2align 3
+.LC0:
+       .asciz  "abcdefg"
+       .p2align 3
+.LC1:
+       .asciz  "defg"
+       .p2align 3
+.LC2:
+       .asciz  "01234567abcdefg"
+
        .text
        .global _start
-_start:        
+_start:
        .long   .LC0
+       .long   .LC1
+       .long   .LC2
This page took 0.023725 seconds and 4 git commands to generate.