x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gc
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / textrel-1b.s
1 .text
2 .p2align 4
3 .globl _start
4 .type _start, @function
5 _start:
6 ret
7 .size _start, .-_start
8 .globl ptr
9 .section .rodata
10 .align 8
11 .type ptr, @object
12 .size ptr, 8
13 ptr:
14 .quad foo
15 .section .note.GNU-stack,"",@progbits