(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr19005.s
	.section .foo,"ax",%progbits
	.globl	_start
	.type	_start, %function
_start:
	.byte 0x10
	.section .bar,"ax",%progbits
	.globl	aligned
	.type	aligned, %function
	.p2align 5
aligned:
	.byte 0x20