summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/discard2.s
blob: 27b66f4c265e48c377276358c22becdad0e88daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.globl here
	.data
here:
	.long	1
	.globl there
	.section	.discard,"aw",%progbits
	.align 4
there:
	.long	2
	.section	.debug_info,"",%progbits
	.long	here
	.long	there