SH ld run dump test
kaz Kojima
kkojima@rr.iij4u.or.jp
Wed Nov 6 15:38:00 GMT 2002
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"
}
More information about the Binutils
mailing list