Delete Tru64 support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / sigall-precsave.exp
index 4a4695e3dda7d54e4b12e291c6a95b7676c2ccb0..dcae868838a949cfe6f1c67f56e204ac58764d54 100644 (file)
@@ -65,17 +65,6 @@ proc test_one_sig {nextsig} {
            }
        }
     }
-    if [ istarget "alpha-dec-osf3*" ] then {
-       # OSF/1-3.x is unable to continue with a job control stop signal.
-       # The inferior remains stopped without an event of interest
-       # and GDB waits forever for the inferior to stop on an event
-       # of interest. Work around the kernel bug.
-       if { $thissig == "TSTP" || $thissig == "TTIN" || $thissig == "TTOU" } {
-           setup_xfail "alpha-dec-osf3*"
-           fail "cannot continue from signal $thissig"
-           set need_another_continue 0
-       }
-    }
 
     if $need_another_continue then {
        if { $thissig == "URG" } {
This page took 0.071849 seconds and 4 git commands to generate.