gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / callfuncs.exp
index 90f83434f43425b603f17f0d433feb97616cc683..9183fe46b82f01058d7b341d3e768e120e40d88a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -143,9 +143,6 @@ proc do_function_calls {} {
        gdb_test "p t_float_values(float_val1,-2.3765)" " = 1"
 
        # Test passing of arguments which might not be widened.
-        # Under stabs, GCC doesn't tell us whether the function was
-        # prototyped or not.
-        if {$gcc_compiled} { setup_xfail_format "stabs" }
        gdb_test "p t_float_values2(0.0,0.0)" " = 0"
 
        # Although PR 5318 mentions SunOS specifically, this seems
@@ -157,9 +154,6 @@ proc do_function_calls {} {
            }
        }
         
-        # Under stabs, GCC doesn't tell us whether the function was
-        # prototyped or not.
-        if {$gcc_compiled} { setup_xfail_format "stabs" }
        gdb_test "p t_float_values2(3.14159,float_val2)" " = 1"
 
        gdb_test "p t_small_values(1,2,3,4,5,6,7,8,9,10)" " = 55"
This page took 0.024339 seconds and 4 git commands to generate.