mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Don't skip catch-syscall.exp on hppa*-hp-hpux* target
As far as I know, "catch syscall" is supported on hppa*-hp-hpux*, but the test catch-syscall.exp is skipped on this target by mistake. This patch is to fix it. However, I don't have a hpux machine to test. gdb/testsuite: 2015-02-27 Yao Qi <yao.qi@linaro.org> * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux* target.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-02-27 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
|
* gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
|
||||||
|
target.
|
||||||
|
|
||||||
2015-02-26 Doug Evans <dje@google.com>
|
2015-02-26 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* gdb.cp/class2.cc (Dbase, D): New classes.
|
* gdb.cp/class2.cc (Dbase, D): New classes.
|
||||||
|
@ -23,19 +23,13 @@ if { [is_remote target] || ![isnative] } then {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
# Until "catch syscall" is implemented on other targets...
|
|
||||||
if { ![istarget "hppa*-hp-hpux*"] && ![istarget "*-linux*"] } {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
# This shall be updated whenever 'catch syscall' is implemented
|
# This shall be updated whenever 'catch syscall' is implemented
|
||||||
# on some architecture.
|
# on some architecture.
|
||||||
#if { ![istarget "i\[34567\]86-*-linux*"]
|
|
||||||
if { ![istarget "x86_64-*-linux*"] && ![istarget "i\[34567\]86-*-linux*"]
|
if { ![istarget "x86_64-*-linux*"] && ![istarget "i\[34567\]86-*-linux*"]
|
||||||
&& ![istarget "powerpc-*-linux*"] && ![istarget "powerpc64-*-linux*"]
|
&& ![istarget "powerpc-*-linux*"] && ![istarget "powerpc64-*-linux*"]
|
||||||
&& ![istarget "sparc-*-linux*"] && ![istarget "sparc64-*-linux*"]
|
&& ![istarget "sparc-*-linux*"] && ![istarget "sparc64-*-linux*"]
|
||||||
&& ![istarget "mips*-linux*"] && ![istarget "arm*-linux*"]
|
&& ![istarget "mips*-linux*"] && ![istarget "arm*-linux*"]
|
||||||
&& ![istarget "s390*-linux*"] } {
|
&& ![istarget "s390*-linux*"] && ![istarget "hppa*-hp-hpux*"] } {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user