Update the address of the FSF in the copyright notice of files which were using the...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-3c.S
CommitLineData
712ec279
L
1 .text
2 .p2align 4,,15
3 .globl get_func1
4 .type get_func1, @function
5get_func1:
6 movl func1@GOT, %eax
7 ret
8 .size get_func1, .-get_func1
9 .p2align 4,,15
10 .globl call_func1
11 .type call_func1, @function
12call_func1:
13 jmp *func1@GOT
14 .size call_func1, .-call_func1
15 .section .note.GNU-stack,"",@progbits
This page took 0.093994 seconds and 4 git commands to generate.