summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr12975.s
blob: 74291212ff5961fd9fe3d4487e46b93e909b3120 (plain)
1
2
3
4
5
6
7
8
9
10
	.section .text.foo,"ax",%progbits
	.globl	foo
	.type	foo, %function
foo:
	.byte 0
	.section .text.bar,"ax",%progbits
	.type	bar, %function
	.globl	bar
bar:
	.byte 0