Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-25-x86.s
CommitLineData
233cc9c1
L
1 .text
2 .globl foo
3 .type foo,%gnu_indirect_function
4foo:
5 ret
6 .globl _start
7_start:
8 call foo@PLT
9 .globl __start
10__start:
11 .data
12 .dc.a foo
This page took 0.205106 seconds and 4 git commands to generate.