mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
import gdb-1999-12-21 snapshot
This commit is contained in:
@ -298,11 +298,11 @@ gdb_test "info frame" "No stack.|No selected frame." "info frame"
|
||||
#test info files
|
||||
gdb_test "info files" "" "info files"
|
||||
#test info float
|
||||
if [istarget "arm-*-*"] then {
|
||||
if [istarget "arm*-*-*"] then {
|
||||
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
|
||||
} elseif [istarget "thumb-*-*"] then {
|
||||
} elseif [istarget "thumb*-*-*"] then {
|
||||
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
|
||||
} elseif [istarget "strongarm-*-*"] then {
|
||||
} elseif [istarget "strongarm*-*-*"] then {
|
||||
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
|
||||
} elseif [istarget "i\[3456\]86-*-*"] then {
|
||||
gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
|
||||
|
Reference in New Issue
Block a user