Update the address of the FSF in the copyright notice of files which were using the...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20253-4.s
1 .text
2 .type foo,%gnu_indirect_function
3 foo:
4 ret
5 .globl _start
6 _start:
7 movl __start@GOT(%eax), %eax
8 .globl __start
9 __start:
10 .data
11 .dc.a foo
This page took 0.029643 seconds and 4 git commands to generate.