From: Michael Snyder Date: Fri, 10 May 2002 23:43:04 +0000 (+0000) Subject: 2002-05-10 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=377daeed9a31defa9b7c74f96baf26d497f7facc;p=binutils-gdb.git 2002-05-10 Michael Snyder * gdb.base/long_long.exp: Fix typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index acae7dec781..acca303db7c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-05-10 Michael Snyder + + * gdb.base/long_long.exp: Fix typo. + 2002-05-10 Jim Blandy * gdb.base/printcmds.exp: Don't xfail the ptype command. This is diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp index 0f353d18768..7084a8deee1 100644 --- a/gdb/testsuite/gdb.base/long_long.exp +++ b/gdb/testsuite/gdb.base/long_long.exp @@ -153,7 +153,7 @@ if { $sizeof_double == 8 } { # swapped in big endian format. if { [istarget "arm*-*-*"] || \ - [istarget "xscale*-*-*"] \ + [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.*"