OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Feb 2007 13:50:15 +0000 (13:50 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Feb 2007 13:50:15 +0000 (13:50 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121745 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/compat/struct-layout-1.h
gcc/testsuite/gcc.dg/compat/struct-layout-1.h

index 4870ee4..791ecc9 100644 (file)
@@ -1,5 +1,12 @@
 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
        procedure.
        * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: XFAIL on
index 328c83b..69c490f 100644 (file)
@@ -57,6 +57,11 @@ typedef int __m128;
 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
index 2891efb..decc676 100644 (file)
@@ -57,6 +57,11 @@ typedef int __m128;
 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