Delete Tru64 support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / sigall-reverse.exp
index fffc94e6d3ed205eb5b9358da9e5747dbe9af65f..0194ba4ee88789ad652466052f7167e5d40f8401 100644 (file)
@@ -64,17 +64,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.023569 seconds and 4 git commands to generate.