Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19319a.S
CommitLineData
ead3d542
L
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 movl __start_my_section@GOT(%ecx), %eax
6 ret
7 .size foo, .-foo
8 .section my_section,"aw",@progbits
9 .align 8
10 .long 4660
11 .long 22136
This page took 0.141785 seconds and 4 git commands to generate.