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

This commit is contained in:
Kaz Kojima 2002-11-06 23:37:23 +00:00
parent 3fe235a7a8
commit 5e622545fe
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-11-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* ld-sh/rd-sh.exp: Set asflags_save always.
2002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ld-fastcall: New directory for testing fastcall support.

View File

@ -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"
}