aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/note1_2.s
blob: 8162d38db50886a33aadfc57822f8d4d3f6fda79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

	.section .gnu.linkonce.t.thunk.ax,"ax",%progbits
	.globl  thunk.ax
	.hidden thunk.ax
	.p2align 4
	.type   thunk.ax,%function
thunk.ax:
	.dc.l	0
	.size thunk.ax, . - thunk.ax

	.p2align 4
	.globl bar
	.type  bar,%function
bar:
	.dc.a	thunk.ax
	.dc.l	0
	.size bar, . - bar