2002-05-09 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 9 May 2002 18:17:22 +0000 (18:17 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 9 May 2002 18:17:22 +0000 (18:17 +0000)
* gdb.base/long_long.exp: Add iftarget clause for strongarm.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/long_long.exp

index ff754838954595acf39857e9bb2bd95b9573c038..159c88431d96a4acb10329d1ac132704ad8f2069 100644 (file)
@@ -1,8 +1,9 @@
 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/long_long.exp: Merge clauses for arm and xscale.
+       Add iftarget clause for strongarm.
+       
 2002-05-06  Michael Snyder  <msnyder@redhat.com>
 
        * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
index 182f049cff050d59200ee757f97b9f8b8c79ca5a..0f353d18768fe9d6f5233c946f6a8ec79b6b80e8 100644 (file)
@@ -152,7 +152,9 @@ if { $sizeof_double == 8 } {
 # but a hybrid.  They are in little endian format with the two words
 # 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
        gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*"
     } else {
This page took 0.030894 seconds and 4 git commands to generate.