2002-05-02 Michael Snyder <msnyder@redhat.com>

* gdb.base/long_long.exp: Add xscale target.
	* gdb.base/default.exp: Add xscale target.
This commit is contained in:
Michael Snyder 2002-05-03 21:25:08 +00:00
parent 8de9bdc4df
commit 5c7a03973f
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-05-02 Michael Snyder <msnyder@redhat.com>
* gdb.base/long_long.exp: Add xscale target.
* gdb.base/default.exp: Add xscale target.
2002-05-01 Jim Blandy <jimb@redhat.com>
* gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,

View File

@ -348,6 +348,8 @@ gdb_test "info files" "" "info files"
#test info float
if [istarget "arm*-*-*"] then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
} elseif [istarget "xscale*-*-*"] then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
} elseif [istarget "thumb*-*-*"] then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
} elseif [istarget "strongarm*-*-*"] then {

View File

@ -154,6 +154,11 @@ if { $sizeof_double == 8 } {
if [ istarget "arm*-*-*" ] then {
# assume the long long represents a floating point double in ARM format
gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*"
} elseif [ istarget "xscale*-*-*" ] then {
# assume the long long represents a floating point double in ARM format
gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*"