forked from Imagelibrary/binutils-gdb
* scripttempl/i386pe.sc: Cope with constructors.
* scripttempl/z8ksim.sc: Deleted.
* scripttempl/z8000.sc: Resurrected as this, but
can handle z8001 and z8002 formats.
* emulparams/z8ksim.sh: Deleted.
* emulparams/{z8001.sh, z8002.sh}: New files.
* config/z8ksim.mt: Deleted
* config/z8k-coff.mt: New, generates both emulations.
7 lines
106 B
Bash
7 lines
106 B
Bash
SCRIPT_NAME=z8001
|
|
OUTPUT_FORMAT="coff-z8k"
|
|
OUTPUT_ARCH="z8002"
|
|
TEXT_START_ADDR=0x0
|
|
PAGE_SIZE=128
|
|
ARCH=z8k
|