struct-layout-1.h (v16sf): Define to v4sf on uClinux targets.
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
This commit is contained in:
parent
7fc564b7d1
commit
4a799f3d0d
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user