tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / note1_1.s
CommitLineData
864bb26c
NC
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
6thunk.ax:
7 .dc.l 0
8 .size thunk.ax, . - thunk.ax
9
10 .p2align 4
11 .globl foo
12 .type foo,%function
13foo:
14 .dc.a thunk.ax
15 .dc.l 0
16 .size foo, . - foo
17
This page took 0.128953 seconds and 4 git commands to generate.