* emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.

* emulparams/m68hc11elfb.sh: Likewise.
	* emulparams/m68hc12elf.sh: Likewise.
	* emulparams/m68hc12elfb.sh: Likewise.
This commit is contained in:
Stephane Carrez 2003-04-21 13:29:05 +00:00
parent f5a6f91565
commit e2cebd4bde
5 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
* emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
* emulparams/m68hc11elfb.sh: Likewise.
* emulparams/m68hc12elf.sh: Likewise.
* emulparams/m68hc12elfb.sh: Likewise.
2003-04-19 Stephane Carrez <stcarrez@nerim.fr>
* emultempl/m68hc1xelf.em: New file to generate far trampolines on

View File

@ -14,3 +14,5 @@ ARCH=m68hc11
MAXPAGESIZE=32
EMBEDDED=yes
GENERIC_BOARD=no
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=m68hc1xelf

View File

@ -7,4 +7,6 @@ EEPROM_MEMORY=eeprom
ARCH=m68hc11
MAXPAGESIZE=32
GENERIC_BOARD=yes
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=m68hc1xelf

View File

@ -14,3 +14,5 @@ ARCH=m68hc12
MAXPAGESIZE=32
EMBEDDED=yes
GENERIC_BOARD=no
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=m68hc1xelf

View File

@ -7,4 +7,6 @@ EEPROM_MEMORY=eeprom
ARCH=m68hc12
MAXPAGESIZE=32
GENERIC_BOARD=yes
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=m68hc1xelf