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]

[m32c] enable thunk relaxing


This got missed in the initial contribution.

2005-07-20  DJ Delorie  <dj@redhat.com>

	* emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
	(EXTRA_EM_FILE): New.

Index: emulparams/elf32m32c.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32m32c.sh,v
retrieving revision 1.1
diff -p -U3 -r1.1 elf32m32c.sh
--- ld/emulparams/elf32m32c.sh	14 Jul 2005 22:52:20 -0000	1.1
+++ ld/emulparams/elf32m32c.sh	20 Jul 2005 19:25:32 -0000
@@ -6,6 +6,8 @@ TEXT_START_ADDR=0x2000
 ARCH=m32c
 ENTRY=_start
 EMBEDDED=yes
+TEMPLATE_NAME=elf32
+EXTRA_EM_FILE=needrelax
 ELFSIZE=32
 MAXPAGESIZE=256
 # This is like setting STACK_ADDR to 0x0073FFFF0, except that the setting can


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