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