gdb/testsuite/gdb.base/long_long.exp: Fix ARM EABI target

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.
This commit is contained in:
Will Newton
2013-06-07 08:53:32 +00:00
parent 42daa7a046
commit 88ab56844a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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"

View 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 {