The linker directives file contains a description of the program sections. The following example linker directives file will be referred to in the descriptions that follow:
-sec
{
.text :
.syscall :
.secinfo :
.fixaddr :
.fixtype :
.rodata align(4) :
.romdata ROM(.data) :
.romsdata ROM(.sdata) :
.sdabase align(4) :
.sbss :
.sdata :
.rosdata :
.data :
.bss :
.heap align(4) pad(0x100000) :
.stack align(4) pad(0x80000) :
}