mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:50:57 +08:00
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:
parent
da28a951d2
commit
06d9ea4246
@ -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
|
||||
|
@ -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)));
|
||||
|
@ -399,11 +399,7 @@ let _ =
|
||||
"extern \"C\" {";
|
||||
"#endif";
|
||||
"";
|
||||
"#if defined (__vxworks) && defined (_WRS_KERNEL)";
|
||||
"#include <vxWorks.h>";
|
||||
"#else";
|
||||
"#include <stdint.h>";
|
||||
"#endif";
|
||||
""];
|
||||
deftypes ();
|
||||
arrtypes ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user