mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
Add TINY_READONLY_SECTION, TINY_DATA_SECTION, TINY_BSS_SECTION.
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user