ld-x86-64: Pass -z notext to linker for tests with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / discarded1.s
CommitLineData
56d4289c
L
1 .text
2.globl _start
3 .type _start, @function
4_start:
cd048363 5 divq x@GOTPCREL(%rip), %rax
56d4289c
L
6 .size _start, .-_start
7.globl x
8 .data
9 .align 4
10 .type x, @object
11 .size x, 4
12x:
13 .long 2
This page took 0.487903 seconds and 4 git commands to generate.