revert: neon-gen.ml: Include vxWorks.h rather than stdint.h for VxWorks kernels.

revert
	* config/arm/neon-gen.ml: Include vxWorks.h rather than stdint.h
	for VxWorks kernels.
	* config/arm/arm_neon.h: Regenerate.

From-SVN: r147877
This commit is contained in:
Nathan Sidwell 2009-05-26 17:08:57 +00:00
parent da28a951d2
commit 06d9ea4246
3 changed files with 0 additions and 14 deletions

View File

@ -65,12 +65,6 @@
* config/v850/t-v850 (v850-c.o): Likewise.
* config/v850/t-v850e (v850-c.o): Likewise.
2009-05-26 Richard Sandiford <richard@codesourcery.com>
* config/arm/neon-gen.ml: Include vxWorks.h rather than stdint.h
for VxWorks kernels.
* config/arm/arm_neon.h: Regenerate.
2009-05-26 Richard Guenther <rguenther@suse.de>
PR tree-optimization/40122

View File

@ -36,11 +36,7 @@
extern "C" {
#endif
#if defined (__vxworks) && defined (_WRS_KERNEL)
#include <vxWorks.h>
#else
#include <stdint.h>
#endif
typedef __builtin_neon_qi int8x8_t __attribute__ ((__vector_size__ (8)));
typedef __builtin_neon_hi int16x4_t __attribute__ ((__vector_size__ (8)));

View File

@ -399,11 +399,7 @@ let _ =
"extern \"C\" {";
"#endif";
"";
"#if defined (__vxworks) && defined (_WRS_KERNEL)";
"#include <vxWorks.h>";
"#else";
"#include <stdint.h>";
"#endif";
""];
deftypes ();
arrtypes ();