x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19609-3.s
1 .data
2 foo:
3 .quad 0
4 .text
5 .globl _start
6 .type _start, @function
7 _start:
8 cmpl foo@GOTPCREL(%rip), %eax
9 cmpl foo@GOTPCREL(%rip), %r11d
10 .size _start, .-_start
This page took 0.03889 seconds and 4 git commands to generate.