gdb/testsuite/gdb.base/long_long.exp: Fix ARM EABI target
authorWill Newton <willnewton@sourceware.org>
Fri, 7 Jun 2013 08:53:32 +0000 (08:53 +0000)
committerWill Newton <willnewton@sourceware.org>
Fri, 7 Jun 2013 08:53:32 +0000 (08:53 +0000)
 glob.

The current glob missed gnueabihf targets. Expand to catch these
cases and fix the test failure on those systems.

gdb/testsuite/ChangeLog:

2013-06-07  Will Newton  <will.newton@linaro.org>

* gdb.base/long_long.exp: Fix ARM EABI target glob.

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

index 24dd725..2c1a69a 100644 (file)
@@ -1,5 +1,9 @@
 2013-06-07  Will Newton  <will.newton@linaro.org>
 
+       * gdb.base/long_long.exp: Fix ARM EABI target glob.
+
+2013-06-07  Will Newton  <will.newton@linaro.org>
+
        * gdb.cp/annota2.exp: Add empty line between "post-prompt"
        and "starting".
 
index 4c93eda..38df863 100644 (file)
@@ -161,7 +161,7 @@ if { $sizeof_double == 8 || $sizeof_long_double == 8 } {
     # EABI targets default to natural-endian VFP format.
 
     if { ([istarget "arm*-*-*"]) \
-        && !([istarget "*-*-*eabi"] || \
+        && !([istarget "*-*-*eabi*"] || \
              [istarget "*-*-mingw32ce*"] || \
              [istarget "*-*-openbsd*"] || \
              [istarget "*-*-symbianelf"]) } then {