Commit 4a799f3d by Richard Sandiford Committed by Richard Sandiford

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
parent 7fc564b7
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment