2002-05-09 Michael Snyder <msnyder@redhat.com>
* gdb.base/long_long.exp: Add iftarget clause for strongarm.
This commit is contained in:
parent
2c8682ee45
commit
35928259ea
@ -1,8 +1,9 @@
|
|||||||
2002-05-08 Michael Snyder <msnyder@redhat.com>
|
2002-05-08 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
* gdb.base/long_long.exp: Merge clauses for arm and xscale.
|
|
||||||
* gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
|
* gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
|
||||||
|
* gdb.base/long_long.exp: Merge clauses for arm and xscale.
|
||||||
|
Add iftarget clause for strongarm.
|
||||||
|
|
||||||
2002-05-06 Michael Snyder <msnyder@redhat.com>
|
2002-05-06 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
* lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
|
* lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
|
||||||
|
@ -152,7 +152,9 @@ if { $sizeof_double == 8 } {
|
|||||||
# but a hybrid. They are in little endian format with the two words
|
# but a hybrid. They are in little endian format with the two words
|
||||||
# swapped in big endian format.
|
# swapped in big endian format.
|
||||||
|
|
||||||
if { [istarget "arm*-*-*"] || [istarget "xscale*-*-*"] } then {
|
if { [istarget "arm*-*-*"] || \
|
||||||
|
[istarget "xscale*-*-*"] \
|
||||||
|
[istarget "strongarm*-*-*"] } then {
|
||||||
# assume the long long represents a floating point double in ARM format
|
# assume the long long represents a floating point double in ARM format
|
||||||
gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*"
|
gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*"
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user