vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / h8300sxelf.sh
1 source_sh ${srcdir}/emulparams/h8300elf.sh
2 ARCH="h8300:h8300sx"
3 STACK_ADDR=0x2fefc
4 TINY_READONLY_SECTION=".tinyrodata :
5 {
6 *(.tinyrodata)
7 } =0"
8 TINY_DATA_SECTION=".tinydata 0xff8000 :
9 {
10 *(.tinydata)
11 ${RELOCATING+ _tinydata = .; }
12 }"
13 TINY_BSS_SECTION=".tinybss : AT (_tinydata)
14 {
15 *(.tinybss)
16 }"
This page took 0.029273 seconds and 4 git commands to generate.