From: Mark Kettenis Date: Mon, 17 Jul 2006 22:10:03 +0000 (+0000) Subject: * gdb.base/long_long.exp (gdb_test_long_long): Exclude X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=267a692b80e0cbaaabd7419827b74f6ccd1d7787;p=binutils-gdb.git * gdb.base/long_long.exp (gdb_test_long_long): Exclude *-*-openbsd* from targets for wich we expect ARM FPA floating point format. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c99cc539a4a..1d86e6869d6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2006-07-17 Mark Kettenis + + * 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 * gdb.cp/annota3.exp: Expect frame-begin annotation. diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp index e26d45a9510..7a7d9f93476 100644 --- a/gdb/testsuite/gdb.base/long_long.exp +++ b/gdb/testsuite/gdb.base/long_long.exp @@ -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 {