Add support for arm-vxworks target

This commit is contained in:
Nick Clifton
2001-04-27 17:12:18 +00:00
parent cc3f9cbbf7
commit 87748b3227
13 changed files with 687 additions and 627 deletions

View File

@@ -20,7 +20,7 @@ SECTIONS
present): */
.text ${RELOCATING+ 0x8000} : {
*(.init)
*(.text)
*(.text*)
*(.glue_7t)
*(.glue_7)
*(.rdata)
@@ -30,10 +30,11 @@ SECTIONS
LONG (-1); *(.dtors); *(.dtor); LONG (0); }
*(.fini)
${RELOCATING+ etext = .;}
${RELOCATING+ _etext = .;}
}
.data ${RELOCATING+${DATA_ADDR-0x40000 + (. & 0xfffc0fff)}} : {
${RELOCATING+ __data_start__ = . ;}
*(.data)
*(.data*)
${RELOCATING+ __data_end__ = . ;}
${RELOCATING+ edata = .;}
${RELOCATING+ _edata = .;}