This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix long_long.exp test on arm-wince


I've checked this in.  It fixes a long_long.exp FAIL on mingw32ce.

-- 
Pedro Alves

2009-07-05  Pedro Alves  <pedro@codesourcery.com>

	* gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
	VFP format.

---

 gdb/testsuite/gdb.base/long_long.exp |    1 +
 1 file changed, 1 insertion(+)

Index: src/gdb/testsuite/gdb.base/long_long.exp
===================================================================
--- src.orig/gdb/testsuite/gdb.base/long_long.exp	2009-07-05 23:13:07.000000000 +0100
+++ src/gdb/testsuite/gdb.base/long_long.exp	2009-07-05 23:18:59.000000000 +0100
@@ -190,6 +190,7 @@ if { $sizeof_double == 8 || $sizeof_long
 	  [istarget "xscale*-*-*"] || \
 	  [istarget "strongarm*-*-*"]) \
 	 && !([istarget "*-*-*eabi"] || \
+	      [istarget "*-*-mingw32ce*"] || \
 	      [istarget "*-*-openbsd*"] || \
 	      [istarget "*-*-symbianelf"]) } then {
 	# assume the long long represents a floating point double in ARM format


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]