summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/cortex-a8-fix-hdr.t
blob: d3afacbe8e77ca15b99d7026240a74aed652e808 (plain)
1
2
3
4
5
6
7
8
9
10


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