x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / protected6.s
1 .protected foo
2 .globl foo
3 .data
4 .align 4
5 .type foo, @object
6 .size foo, 4
7 foo:
8 .long 1
9 .text
10 .globl bar
11 .type bar, @function
12 bar:
13 movabsq $foo@GOTOFF, %rax
14 .size bar, .-bar
This page took 0.02925 seconds and 4 git commands to generate.