(root)/
binutils-2.41/
ld/
testsuite/
ld-pe/
image_size.s
	.text
	.global _start
_start:
	.byte 1
	.global data
	.data
data:
	.byte 2