vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / h8300elf.sh
CommitLineData
465bc359
AM
1# If you change this file, please also look at files which source this one:
2# h8300helf.sh h8300self.sh
3
8af6dd41
JR
4SCRIPT_NAME=elf
5OUTPUT_FORMAT="elf32-h8300"
485cf679 6NO_REL_RELOCS=yes
8af6dd41
JR
7TEXT_START_ADDR=0x100
8MAXPAGESIZE=2
9TARGET_PAGE_SIZE=128
10ARCH=h8300
075a2b89 11TEMPLATE_NAME=elf
8af6dd41 12EMBEDDED=yes
465bc359 13STACK_ADDR=0xfefc
ecc49060
NC
14TINY_READONLY_SECTION=".tinyrodata :
15 {
16 *(.tinyrodata)
17 } =0"
19163ab3 18TINY_DATA_SECTION=".tinydata ${RELOCATING+0xff8000} :
ecc49060
NC
19 {
20 *(.tinydata)
6c19b93b 21 ${RELOCATING+ _tinydata = .; }
ecc49060 22 }"
19163ab3 23TINY_BSS_SECTION=".tinybss : ${RELOCATING+AT (_tinydata)}
ecc49060
NC
24 {
25 *(.tinybss)
26 }"
This page took 0.850845 seconds and 4 git commands to generate.