(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr21884.t
OUTPUT_FORMAT("binary")

ENTRY(_main);
SECTIONS {
	. = 0;
	.setup : { *(.setup) }
}