/* fictitious region that represents the memory available for the stack */ .stack (NOLOAD) : { _estack = .; . = ABSOLUTE(_stack_start); _sstack = .; } > REGION_STACK .rtc_fast.text : ALIGN(4) { *(.rtc_fast.literal .rtc_fast.text .rtc_fast.literal.* .rtc_fast.text.*) ...