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]

SH ld run dump test


Hi,

My last change of ld/testsuite/ld-sh/rd-sh.exp
<URL:http://sources.redhat.com/ml/binutils/2002-11/msg00040.html>
was broken for non SH-5 targets. Sorry for my confusion. This
patch fixes it. Committed.

Regards,
	kaz
--
2002-11-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* ld-sh/rd-sh.exp: Set asflags_save always.

--- ORIG/src/ld/testsuite/ld-sh/rd-sh.exp	Mon Nov  4 09:47:32 2002
+++ LOCAL/src/ld/testsuite/ld-sh/rd-sh.exp	Thu Nov  7 07:08:10 2002
@@ -28,9 +28,10 @@ if ![istarget sh*-*-*] {
     return
 }
 
+global ASFLAGS
+set asflags_save "$ASFLAGS"
+
 if {[istarget sh64*-*-*] || [istarget sh5*-*-*]} then {
-    global ASFLAGS
-    set asflags_save "$ASFLAGS"
     set ASFLAGS "$ASFLAGS -isa=SHcompact"
 }
 


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