vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / xgateelf.sh
1 MACHINE=
2 TEMPLATE_NAME=generic
3 EXTRA_EM_FILE=genelf
4 SCRIPT_NAME=elfxgate
5 OUTPUT_FORMAT="elf32-xgate"
6 ROM_START_ADDR=0x08000
7 ROM_SIZE=0x8000
8 RAM_START_ADDR=0x01100
9 RAM_SIZE=0x6F00
10 EEPROM_START_ADDR=0x0800
11 EEPROM_SIZE=2048
12 TEXT_MEMORY=text
13 DATA_MEMORY=data
14 EEPROM_MEMORY=eeprom
15 ARCH=xgate
16 MAXPAGESIZE=32
17 EMBEDDED=yes
18 GENERIC_BOARD=no
This page took 0.030657 seconds and 4 git commands to generate.