diff mbox

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

Message ID 51B05368.3060301@linaro.org
State Accepted
Headers show

Commit Message

Will Newton June 6, 2013, 9:16 a.m. UTC
The current glob missed gnueabihf targets. Expand to catch these
cases and fix the test failure on those systems.

gdb/testsuite/ChangeLog:

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

	* gdb.base/long_long.exp: Fix ARM EABI target glob.
---
 gdb/testsuite/gdb.base/long_long.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Tromey June 6, 2013, 2:52 p.m. UTC | #1
>>>>> "Will" == Will Newton <will.newton@linaro.org> writes:

Will> 2013-06-05  Will Newton  <will.newton@linaro.org>
Will> 	* gdb.base/long_long.exp: Fix ARM EABI target glob.

Ok.

Tom
diff mbox

Patch

diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp
index 4c93eda..38df863 100644
--- a/gdb/testsuite/gdb.base/long_long.exp
+++ b/gdb/testsuite/gdb.base/long_long.exp
@@ -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 {