tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-18b.s
1 .text
2 .type foo, %gnu_indirect_function
3 .hidden foo
4 .globl foo
5 foo:
6 ret
7 .size foo, .-foo
8 .globl bar
9 bar:
10 jmp foo1@PLT
11 ret
12 .size bar, .-bar
13 .hidden foo1
14 .globl foo1
15 foo1 = foo
This page took 0.04235 seconds and 4 git commands to generate.