mmix-mmo set SEC_DATA for .data section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / lea1.s
CommitLineData
a6af384b
L
1 .section my_section,"aw",@progbits
2 .long 0x12345678
80d87326
L
3 .text
4 .globl foo
5 .type foo, @function
6foo:
7 ret
8 .size foo, .-foo
9 .globl _start
10 .type _start, @function
11_start:
bae420ef
L
12 movl foo@GOTPCREL(%rip), %eax
13 movl bar@GOTPCREL(%rip), %r11d
80d87326 14 movq foo@GOTPCREL(%rip), %rax
bae420ef 15 movq bar@GOTPCREL(%rip), %r11
a6af384b 16 movq __start_my_section@GOTPCREL(%rip), %rax
bae420ef 17 movq __stop_my_section@GOTPCREL(%rip), %r11
80d87326 18 .size _start, .-_start
b31bcacc
L
19 .comm pad,4,4
20 .comm bar,4,4
This page took 0.377 seconds and 4 git commands to generate.