(root)/
binutils-2.41/
ld/
testsuite/
ld-arm/
cortex-a8-fix-hdr.t

SECTIONS {
	. = SIZEOF_HEADERS;
	. += 0xf80;
	.text : {
	   *(.text)	 
	} = 0
	/DISCARD/ : { *(*) }
}