# Note that genscripts.sh strips blank lines, but converts lines # matching ^\t$ into blank lines on output. So we use the latter here. cat < coderes .data : { data_start = .; *(.data) *(.gcc_exc) } > datares .bss : { bss_start = .; *(.bss) *(COMMON) } > datares end = ALIGN( 4 ); edata = ALIGN( 4 ); .trap : { *(.trap) } > trap_region .disposn : { *(.disposn) } > disposition_region } EOF