public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH]: Fix ld-srec test for HC11/HC12
@ 2003-07-23 19:56 Stephane Carrez
  0 siblings, 0 replies; only message in thread
From: Stephane Carrez @ 2003-07-23 19:56 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

Hi!

Committed this on 2_14 and mainline to fix ld testsuite with gcc 3.3 on HC11/H12.

	Stephane

2003-07-23  Stephane Carrez  <stcarrez@nerim.fr>

	* ld-srec/srec.exp: For m6811/m6812 use --defsym to define _.z soft
	register.

[-- Attachment #2: srec.exp.diffs --]
[-- Type: text/plain, Size: 702 bytes --]

Index: ld-srec/srec.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-srec/srec.exp,v
retrieving revision 1.15
diff -u -p -r1.15 srec.exp
--- ld-srec/srec.exp	1 Apr 2003 15:50:31 -0000	1.15
+++ ld-srec/srec.exp	23 Jul 2003 19:53:49 -0000
@@ -281,7 +281,7 @@ proc run_srec_test { test objs } {
     if {[istarget m6811-*-*] || [istarget m6812-*-*]} {
 	set flags "$flags --defsym _.frame=0 --defsym _.d1=0 --defsym _.d2=0"
 	set flags "$flags --defsym _.d3=0 --defsym _.d4=0"
-	set flags "$flags --defsym _.tmp=0 --defsym _.xy=0"
+	set flags "$flags --defsym _.tmp=0 --defsym _.xy=0 --defsym _.z=0"
     }
 
     # V850 targets need libgcc.a

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-23 19:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-23 19:56 [PATCH]: Fix ld-srec test for HC11/HC12 Stephane Carrez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).