ld: Add -static-pie tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-18b.s
... / ...
CommitLineData
1 .text
2 .type foo, %gnu_indirect_function
3 .hidden foo
4 .globl foo
5foo:
6 ret
7 .size foo, .-foo
8 .globl bar
9bar:
10 jmp foo1@PLT
11 ret
12 .size bar, .-bar
13 .hidden foo1
14 .globl foo1
15 foo1 = foo
This page took 0.02267 seconds and 4 git commands to generate.