* gdb.base/long_long.exp (gdb_test_long_long): Exclude
authorMark Kettenis <kettenis@gnu.org>
Mon, 17 Jul 2006 22:10:03 +0000 (22:10 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 17 Jul 2006 22:10:03 +0000 (22:10 +0000)
*-*-openbsd* from targets for wich we expect ARM FPA floating
point format.

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

index c99cc539a4aab82e347e42126f9b7562a242b684..1d86e6869d66be3bc4787a617ef8555d1411b8dd 100644 (file)
@@ -1,3 +1,9 @@
+2006-07-17  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/long_long.exp (gdb_test_long_long): Exclude
+       *-*-openbsd* from targets for wich we expect ARM FPA floating
+       point format.
+
 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
 
        * gdb.cp/annota3.exp: Expect frame-begin annotation.
index e26d45a951063660e6495911af8b5a92526cf572..7a7d9f9347639db17a6156b54f60e776ebb98e73 100644 (file)
@@ -207,10 +207,11 @@ if { $sizeof_double == 8 || $sizeof_long_double == 8 } {
     # EABI targets default to natural-endian VFP format.
 
     if { ([istarget "arm*-*-*"] || \
-           [istarget "xscale*-*-*"] || \
-           [istarget "strongarm*-*-*"]) \
-         && !([istarget "*-*-*eabi"] || \
-               [istarget "*-*-symbianelf"]) } then {
+         [istarget "xscale*-*-*"] || \
+         [istarget "strongarm*-*-*"]) \
+        && !([istarget "*-*-*eabi"] || \
+             [istarget "*-*-openbsd*"] || \
+             [istarget "*-*-symbianelf"]) } then {
        # assume the long long represents a floating point double in ARM format
        gdb_test "p/f val.oct" "2.1386676354387559e\\+265"
     } else {
This page took 0.036663 seconds and 4 git commands to generate.