aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/include-sections.t
blob: 51a86edaa2ddcf8b07db078c4cfd41fab2650726 (plain)
1
2
3
4
5
6
SECTIONS {
	 .text : { *(.text .pr) } >rom
	 INCLUDE include-data.t
	 .bss : { *(.bss) }
	 /DISCARD/ : { *(*) }
}