ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / note1_2.s
CommitLineData
864bb26c
NC
1
2 .section .gnu.linkonce.t.thunk.ax,"ax",%progbits
3 .globl thunk.ax
4 .hidden thunk.ax
5 .p2align 4
6 .type thunk.ax,%function
7thunk.ax:
8 .dc.l 0
9 .size thunk.ax, . - thunk.ax
10
11 .p2align 4
12 .globl bar
13 .type bar,%function
14bar:
15 .dc.a thunk.ax
16 .dc.l 0
17 .size bar, . - bar
This page took 0.11965 seconds and 4 git commands to generate.