Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-elf / merge4b.s
blob03cfaaabceceb83c05e0284220ed040956ff75f7
1 /* Check that pointing into padding zeros of string sections works. */
2 .section .rodata.str1.1,"aMS",@progbits,1
3 .asciz ""
4 .LC0:
5 .asciz "foobar"
6 1:
7 .asciz ""
8 .asciz "whatever"
9 .section .data
10 .globl addr_of_str
11 .type addr_of_str, @object
12 addr_of_str:
13 .dc.a str
14 .globl addr_of_str2
15 .type addr_of_str2, @object
16 addr_of_str2:
17 .dc.a 1b
18 .section .rodata
19 .type str, @object
20 .size str, 7
21 str:
22 .asciz "foobar"
23 .section .note.GNU-stack,"",@progbits