RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-24-x86.s
CommitLineData
233cc9c1
L
1 .text
2 .type foo,%gnu_indirect_function
3foo:
4 ret
5 .globl _start
6_start:
7 call foo@PLT
8 .globl __start
9__start:
bb4e012c
AM
10 .global _main
11_main:
233cc9c1
L
12 .data
13 .dc.a foo
This page took 0.196725 seconds and 4 git commands to generate.