* gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
one argument of type "<non-float parameter>".
This commit is contained in:
parent
334655aae9
commit
3c727f7293
|
@ -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.
|
||||
|
|
|
@ -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*"
|
||||
|
|
Loading…
Reference in New Issue