mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* ld-sh/rd-sh.exp: Set asflags_save always.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user