gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr20244-3c.S
1 .text
2 .p2align 4,,15
3 .globl get_func1
4 .type get_func1, @function
5 get_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
12 call_func1:
13 jmp *func1@GOT
14 .size call_func1, .-call_func1
15 .section .note.GNU-stack,"",@progbits
This page took 0.030477 seconds and 4 git commands to generate.