"catch syscall" doesn't work on HP-UX.
gdb/testsuite:
2015-03-11 Yao Qi <
[email protected]>
* gdb.base/catch-syscall.exp: Skip it on HP-UX target.
+
+ * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
+
* dg-extract-results.py: Delete.
&& ![istarget "powerpc-*-linux*"] && ![istarget "powerpc64-*-linux*"]
&& ![istarget "sparc-*-linux*"] && ![istarget "sparc64-*-linux*"]
&& ![istarget "mips*-linux*"] && ![istarget "arm*-linux*"]
- && ![istarget "s390*-linux*"] && ![istarget "hppa*-hp-hpux*"] } {
+ && ![istarget "s390*-linux*"] } {
continue
}