2002-05-23 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / call-rt-st.exp
index 0386aa1df9632d7c393372796380e724ada8f707..fb63913c9844df15deccefa11870bd261e746398 100644 (file)
@@ -175,14 +175,8 @@ if ![gdb_skip_stdio_test "print print_one_large_struct(...)"] {
 
 if {![gdb_skip_float_test "print print_one_double(*d1)"] && \
         ![gdb_skip_stdio_test "print print_one_double(*d1)"] } {
-    if [istarget "d10v*-*"] then {
-       # D10V has 4-byte doubles
-       print_struct_call "print_one_double(*d1)" \
-               ".*Contents of one_double_t:\[ \r\n\]+1\\.111110\[ \r\n\]+.\[0-9\]+ = \\{double1 = 1\\.11110997\\}"
-    } else {
-       print_struct_call "print_one_double(*d1)" \
-               ".*Contents of one_double_t:\[ \r\n\]+1\\.111110\[ \r\n\]+.\[0-9\]+ = \\{double1 = 1\\.11111\\}"
-    }
+    print_struct_call "print_one_double(*d1)" \
+           ".*Contents of one_double_t:\[ \r\n\]+1\\.111110\[ \r\n\]+.\[0-9\]+ = \\{double1 = 1\\.111\[0-9\]*\}"
 }
 
 if {![gdb_skip_float_test "print print_two_floats(*f3)"] && \
This page took 0.023606 seconds and 4 git commands to generate.