# 32 interrupt vectors + 32 trap vectors each of 4 bytes # The .bss and .data sections need to be contiguous for direct addressing # The data page pointer gets loaded with the start of .bss # TI C compiler uses .cinit to initialise variables in .bss test -z "$ENTRY" && ENTRY=_start # These are substituted in as variables in order to get '}' in a shell # conditional expansion. INIT='.init : { *(.init) }' FINI='.fini : { *(.fini) }' cat <