gcc/testsuite/
* gcc.dg/compat/struct-layout-1.h (v16sf): Define to v4sf on
uClinux targets.
(u16sf): Likewise u4sf.
* g++.dg/compat/struct-layout-1.h: Likewise.
From-SVN: r121745
+2007-02-09 Richard Sandiford <richard@codesourcery.com>
+
+ * gcc.dg/compat/struct-layout-1.h (v16sf): Define to v4sf on
+ uClinux targets.
+ (u16sf): Likewise u4sf.
+ * g++.dg/compat/struct-layout-1.h: Likewise.
+
2007-02-09 Richard Sandiford <richard@codesourcery.com>
* lib/target-supports.exp (check_effective_target_coldfire_fpu): New
typedef int __m64;
typedef int __m128;
#endif
+#if defined (__uClinux__)
+/* The maximum achievable alignment on uClinux is usually 16 bytes. */
+#define v16sf v4sf
+#define u16sf u4sf
+#endif
#define FLDS_MAX 32
extern struct Info
typedef int __m64;
typedef int __m128;
#endif
+#if defined (__uClinux__)
+/* The maximum achievable alignment on uClinux is usually 16 bytes. */
+#define v16sf v4sf
+#define u16sf u4sf
+#endif
#define FLDS_MAX 32
extern struct Info