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.
+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"
# EABI targets default to natural-endian VFP format.
if { ([istarget "arm*-*-*"]) \
- && !([istarget "*-*-*eabi"] || \
+ && !([istarget "*-*-*eabi*"] || \
[istarget "*-*-mingw32ce*"] || \
[istarget "*-*-openbsd*"] || \
[istarget "*-*-symbianelf"]) } then {