Add -mrelax-relocations= to x86 assembler
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / bnd-ifunc-1.s
CommitLineData
0ff2b86e
L
1 .type foo, %gnu_indirect_function
2 .global __GI_foo
3 .hidden __GI_foo
4 .set __GI_foo, foo
5 .text
6.globl foo
7 .type foo, @function
8foo:
9 ret
10 .size foo, .-foo
11.globl bar
12 .type bar, @function
13bar:
14 call __GI_foo@PLT
15 ret
16 .size bar, .-bar
This page took 0.127497 seconds and 4 git commands to generate.