Message ID | 51B05368.3060301@linaro.org |
---|---|
State | Accepted |
Headers | show |
>>>>> "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 --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 {