2003-07-23 Michael Snyder <msnyder@redhat.com>

* gdb.base/return2.exp: Don't test long-long return.
This commit is contained in:
Michael Snyder 2003-07-23 18:53:34 +00:00
parent 57ba3b854e
commit 686d097cef
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2003-07-23 Michael Snyder <msnyder@redhat.com>
* gdb.base/return2.exp: Don't test long-long return.
* gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
* gdb.disasm/t01_mov.exp: Ditto.
* gdb.disasm/t02_mova.s: Ditto.

View file

@ -109,7 +109,7 @@ proc return2_tests { } {
return_1 "short"
return_1 "int"
return_1 "long"
if { ! [istarget "m6811-*-*"] } then {
if { ! [istarget "m6811-*-*"] && ![istarget "h8300*-*"] } then {
return_1 "long_long"
}
return_1 "float"