# Copyright (C) 2014-2018 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. cat < vectarea} */ .init : { *(.init) } ${RELOCATING+ >introm} .text : { *(.rodata) *(.text.*) *(.text) ${RELOCATING+ _etext = . ; } } ${RELOCATING+ > introm} .data : { *(.data) *(.data.*) ${RELOCATING+ _edata = . ; } } ${RELOCATING+ > dram} .bss : { ${RELOCATING+ _bss_start = . ;} *(.bss) *(COMMON) ${RELOCATING+ _end = . ; } } ${RELOCATING+ > dram} .ldata : { *(.ldata) } ${RELOCATING+ > ldata} .vects : { *(.vects) } ${RELOCATING+ > vectarea} } EOF