summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-scripts/include-sections.t
blob: 5d6ca1e1ba423fcf63cf91e0f67c7e4e71699cae (plain)
1
2
3
4
5
SECTIONS {
	 .text : { *(.text) } >rom
	 INCLUDE include-data.t
	 /DISCARD/ : { *(*) }
}