This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Enable trampoline generation in ld HC11/HC12


Hi!

This patch enables the trampoline generation for HC11/HC12.

I'll commit it when the bfd patchs are in.

Stephane

2003-04-19 Stephane Carrez <stcarrez at nerim dot fr>

	* emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
	* emulparams/m68hc11elfb.sh: Likewise.
	* emulparams/m68hc12elf.sh: Likewise.
	* emulparams/m68hc12elfb.sh: Likewise.
Index: emulparams/m68hc11elf.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/m68hc11elf.sh,v
retrieving revision 1.2
diff -u -p -r1.2 m68hc11elf.sh
--- emulparams/m68hc11elf.sh	29 Jun 2002 10:33:44 -0000	1.2
+++ emulparams/m68hc11elf.sh	19 Apr 2003 09:22:06 -0000
@@ -14,3 +14,5 @@ ARCH=m68hc11
 MAXPAGESIZE=32
 EMBEDDED=yes
 GENERIC_BOARD=no
+TEMPLATE_NAME=elf32
+EXTRA_EM_FILE=m68hc1xelf
Index: emulparams/m68hc11elfb.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/m68hc11elfb.sh,v
retrieving revision 1.2
diff -u -p -r1.2 m68hc11elfb.sh
--- emulparams/m68hc11elfb.sh	29 Jun 2002 10:33:44 -0000	1.2
+++ emulparams/m68hc11elfb.sh	19 Apr 2003 09:22:06 -0000
@@ -7,4 +7,6 @@ EEPROM_MEMORY=eeprom
 ARCH=m68hc11
 MAXPAGESIZE=32
 GENERIC_BOARD=yes
+TEMPLATE_NAME=elf32
+EXTRA_EM_FILE=m68hc1xelf
 
Index: emulparams/m68hc12elf.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/m68hc12elf.sh,v
retrieving revision 1.2
diff -u -p -r1.2 m68hc12elf.sh
--- emulparams/m68hc12elf.sh	29 Jun 2002 10:33:44 -0000	1.2
+++ emulparams/m68hc12elf.sh	19 Apr 2003 09:22:06 -0000
@@ -14,3 +14,5 @@ ARCH=m68hc12
 MAXPAGESIZE=32
 EMBEDDED=yes
 GENERIC_BOARD=no
+TEMPLATE_NAME=elf32
+EXTRA_EM_FILE=m68hc1xelf
Index: emulparams/m68hc12elfb.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/m68hc12elfb.sh,v
retrieving revision 1.2
diff -u -p -r1.2 m68hc12elfb.sh
--- emulparams/m68hc12elfb.sh	29 Jun 2002 10:33:44 -0000	1.2
+++ emulparams/m68hc12elfb.sh	19 Apr 2003 09:22:06 -0000
@@ -7,4 +7,6 @@ EEPROM_MEMORY=eeprom
 ARCH=m68hc12
 MAXPAGESIZE=32
 GENERIC_BOARD=yes
+TEMPLATE_NAME=elf32
+EXTRA_EM_FILE=m68hc1xelf
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]