tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-4-local-x86.s
CommitLineData
c25bc9fc
L
1 .text
2 .type foo, %gnu_indirect_function
3 .type foo, @function
4foo:
5 ret
6 .size foo, .-foo
7 .type start,"function"
8 .global start
9start:
10 .type _start,"function"
11 .global _start
12_start:
13 .type __start,"function"
14 .global __start
15__start:
bb4e012c
AM
16 .type _main,"function"
17 .global _main
18_main:
c25bc9fc
L
19 call foo
20 movl $foo,%eax
This page took 0.58314 seconds and 4 git commands to generate.