mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 10:57:57 +00:00
* ld-sh/rd-sh.exp: Set asflags_save always.
This commit is contained in:
parent
3fe235a7a8
commit
5e622545fe
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user