ab57b17418
please let me know, or plug them in yourself. Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt: added m68k-coff emulation mode, stolen from a29k emulation. Almost certainly wrong, but perhaps better than sun3. Also fixed an error message in configure.in so that it started with '***' like the other error messages do.
7 lines
127 B
Bash
7 lines
127 B
Bash
EMULATION_NAME=m68kcoff
|
|
SCRIPT_NAME=m68kcoff
|
|
OUTPUT_FORMAT="coff-m68k"
|
|
TEXT_START_ADDR=0x1000000
|
|
PAGE_SIZE=0x1000000
|
|
ARCH=m68k
|