(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
include-sections.t
SECTIONS {
	 .text : { *(.text .pr) } >rom
	 INCLUDE include-data.t
	 .bss : { *(.bss) }
	 /DISCARD/ : { *(*) }
}