IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / note1_1.s
1 .section .gnu.linkonce.t.thunk.ax,"ax",%progbits
2 .globl thunk.ax
3 .hidden thunk.ax
4 .p2align 4
5 .type thunk.ax,%function
6 thunk.ax:
7 .dc.l 0
8 .size thunk.ax, . - thunk.ax
9
10 .p2align 4
11 .globl foo
12 .type foo,%function
13 foo:
14 .dc.a thunk.ax
15 .dc.l 0
16 .size foo, . - foo
17
This page took 0.029976 seconds and 4 git commands to generate.