Fix bug in quirk_rust_enum
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / mov2.s
CommitLineData
02e2aef8
L
1 .section my_section,"aw",@progbits
2 .long 0x12345678
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:
12 movl foo@GOT+1(%ecx), %eax
13 movl __start_my_section@GOT+1(%ecx), %eax
14 movl __stop_my_section@GOT+1(%ecx), %eax
15 .size _start, .-_start
This page took 0.341938 seconds and 4 git commands to generate.