]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Skip catch-syscall.exp on HP-UX target
authorYao Qi <yao.qi@linaro.org>
Wed, 11 Mar 2015 11:43:07 +0000 (11:43 +0000)
committerYao Qi <yao.qi@linaro.org>
Wed, 11 Mar 2015 11:43:07 +0000 (11:43 +0000)
"catch syscall" doesn't work on HP-UX.

gdb/testsuite:

2015-03-11  Yao Qi  <yao.qi@linaro.org>

* gdb.base/catch-syscall.exp: Skip it on HP-UX target.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/catch-syscall.exp

index fd0ba2514e0e293c9030fab0b5c98a5375aaadd5..093bc356dab5c299d9a6f031eea93e23e178a70f 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-11  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
+
 2015-03-09  Pedro Alves  <palves@redhat.com>
 
        * dg-extract-results.py: Delete.
index 498ae36124dc0334da50bf5bedebfb2b267fc3dd..b8cc1698ef7657194beb3d6c3f3d057ed704994d 100644 (file)
@@ -29,7 +29,7 @@ if { ![istarget "x86_64-*-linux*"] && ![istarget "i\[34567\]86-*-linux*"]
      && ![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
 }