Add TINY_READONLY_SECTION, TINY_DATA_SECTION, TINY_BSS_SECTION.

This commit is contained in:
Nick Clifton
2005-12-22 17:43:34 +00:00
parent 54758c3e39
commit ecc49060c6
5 changed files with 52 additions and 0 deletions

View File

@@ -334,6 +334,7 @@ cat <<EOF
} =${NOP-0}
${TEXT_PLT+${PLT}}
${TINY_READONLY_SECTION}
.text ${RELOCATING-0} :
{
${RELOCATING+${TEXT_START_SYMBOLS}}
@@ -496,6 +497,9 @@ cat <<EOF
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
${TINY_DATA_SECTION}
${TINY_BSS_SECTION}
${STACK_ADDR+${STACK}}
${OTHER_SECTIONS}
${RELOCATING+${OTHER_SYMBOLS}}