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:
Richard Sandiford 2007-02-09 13:50:15 +00:00 committed by Richard Sandiford
parent 7fc564b7d1
commit 4a799f3d0d
3 changed files with 17 additions and 0 deletions

View File

@ -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

View 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

View 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