mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* scripttempl/m88kbcs.sc: Removed TARGET statement. Changed
OUTPUT_FORMAT to use ${OUTPUT_FORMAT}. * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
Thu Jul 15 10:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
|
Thu Jul 15 10:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (em_m88kbcs.c): Correct dependency.
|
* Makefile.in (em_m88kbcs.c): Correct dependency.
|
||||||
(scripttempl/m88kbcs.sc): It's ARCH, not arch.
|
* scripttempl/m88kbcs.sc: It's ARCH, not arch. Removed TARGET
|
||||||
|
statement. Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
|
||||||
|
* emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
|
||||||
|
|
||||||
Wed Jul 14 21:42:53 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
Wed Jul 14 21:42:53 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
||||||
|
|
||||||
|
6
ld/emulparams/m88kbcs.sh
Normal file
6
ld/emulparams/m88kbcs.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
EMULATION_NAME=m88kbcs
|
||||||
|
SCRIPT_NAME=m88kbcs
|
||||||
|
OUTPUT_FORMAT="coff-m88kbcs"
|
||||||
|
TEXT_START_ADDR=??
|
||||||
|
PAGE_SIZE=??
|
||||||
|
ARCH=m88k
|
Reference in New Issue
Block a user