* gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 17 Mar 1995 00:32:31 +0000 (00:32 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 17 Mar 1995 00:32:31 +0000 (00:32 +0000)
one argument of type "<non-float parameter>".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/nodebug.exp

index ecbe0777843942324aaae737bf854bcb6987f67d..5c4ed0cb1c640ce6ea13422221afb0fa5b0df8ac 100644 (file)
@@ -1,3 +1,8 @@
+Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
+       one argument of type "<non-float parameter>".
+
 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
 
        * config/rom68k.exp:  New file to support Motorola IDP board.
index 0d8d8f02eaac4be77924dde0e4e017b9c34cd8a9..2e942017cf5b76025eac053829d9b29af0e492e5 100644 (file)
@@ -45,7 +45,7 @@ if ![file exists $binfile] then {
        setup_xfail "alpha*-*-osf*" "mips*-*-irix*" "*-*-ultrix*"
        gdb_test "whatis top" "<(text variable|function), no debug info>"
        setup_xfail "alpha*-*-osf*" "mips*-*-irix*" "*-*-ultrix*"
-       gdb_test "ptype top" "int \\(\\)"
+       gdb_test "ptype top" "int \\((|<non-float parameter>)\\)"
 
        setup_xfail "alpha*-*-osf*" "mips*-*-irix*" "*-*-ultrix*"
        gdb_test "p middle" \
@@ -53,7 +53,7 @@ if ![file exists $binfile] then {
        setup_xfail "alpha*-*-osf*" "mips*-*-irix*" "*-*-ultrix*"
        gdb_test "whatis middle" "<(text variable|function), no debug info>"
        setup_xfail "alpha*-*-osf*" "mips*-*-irix*" "*-*-ultrix*"
-       gdb_test "ptype middle" "int \\(\\)"
+       gdb_test "ptype middle" "int \\((|<non-float parameter>)\\)"
 
        gdb_test "p dataglobal" "= 3"
        setup_xfail "alpha*-*-osf*" "mips*-*-irix*" "*-*-ultrix*"