mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* 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:
@ -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*"
|
||||
|
Reference in New Issue
Block a user