aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/nobits-1.s
blob: fe81f62d3d32f9b063e4687f2914b71595b17fa3 (plain)
1
2
3
4
5
6
7
8
	.globl _entry
	.section .foo,"awx",%progbits
_entry:
	.byte 0
	.section .bar,"ax",%nobits
	.byte 0

	.section	.note.GNU-stack,"",%progbits