xref: /minix3/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/gstdint.h (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1*84d9c625SLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*84d9c625SLionel Sambuc /* Generated from: 	NetBSD: mknative-gcc,v 1.71 2013/06/28 08:30:10 mrg Exp  */
3*84d9c625SLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4*84d9c625SLionel Sambuc 
5*84d9c625SLionel Sambuc /* generated for  armv6--netbsdelf-eabi-gcc (NetBSD nb1 20120916) 4.5.4 */
6*84d9c625SLionel Sambuc 
7*84d9c625SLionel Sambuc #ifndef GCC_GENERATED_STDINT_H
8*84d9c625SLionel Sambuc #define GCC_GENERATED_STDINT_H 1
9*84d9c625SLionel Sambuc 
10*84d9c625SLionel Sambuc #include <sys/types.h>
11*84d9c625SLionel Sambuc #include <stdint.h>
12*84d9c625SLionel Sambuc /* glibc uses these symbols as guards to prevent redefinitions.  */
13*84d9c625SLionel Sambuc #ifdef __int8_t_defined
14*84d9c625SLionel Sambuc #define _INT8_T
15*84d9c625SLionel Sambuc #define _INT16_T
16*84d9c625SLionel Sambuc #define _INT32_T
17*84d9c625SLionel Sambuc #endif
18*84d9c625SLionel Sambuc #ifdef __uint32_t_defined
19*84d9c625SLionel Sambuc #define _UINT32_T
20*84d9c625SLionel Sambuc #endif
21*84d9c625SLionel Sambuc 
22*84d9c625SLionel Sambuc 
23*84d9c625SLionel Sambuc /* Some systems have guard macros to prevent redefinitions, define them.  */
24*84d9c625SLionel Sambuc #ifndef _INT8_T
25*84d9c625SLionel Sambuc #define _INT8_T
26*84d9c625SLionel Sambuc #endif
27*84d9c625SLionel Sambuc #ifndef _INT16_T
28*84d9c625SLionel Sambuc #define _INT16_T
29*84d9c625SLionel Sambuc #endif
30*84d9c625SLionel Sambuc #ifndef _INT32_T
31*84d9c625SLionel Sambuc #define _INT32_T
32*84d9c625SLionel Sambuc #endif
33*84d9c625SLionel Sambuc #ifndef _UINT8_T
34*84d9c625SLionel Sambuc #define _UINT8_T
35*84d9c625SLionel Sambuc #endif
36*84d9c625SLionel Sambuc #ifndef _UINT16_T
37*84d9c625SLionel Sambuc #define _UINT16_T
38*84d9c625SLionel Sambuc #endif
39*84d9c625SLionel Sambuc #ifndef _UINT32_T
40*84d9c625SLionel Sambuc #define _UINT32_T
41*84d9c625SLionel Sambuc #endif
42*84d9c625SLionel Sambuc 
43*84d9c625SLionel Sambuc /* system headers have good uint64_t and int64_t */
44*84d9c625SLionel Sambuc #ifndef _INT64_T
45*84d9c625SLionel Sambuc #define _INT64_T
46*84d9c625SLionel Sambuc #endif
47*84d9c625SLionel Sambuc #ifndef _UINT64_T
48*84d9c625SLionel Sambuc #define _UINT64_T
49*84d9c625SLionel Sambuc #endif
50*84d9c625SLionel Sambuc 
51*84d9c625SLionel Sambuc #endif /* GCC_GENERATED_STDINT_H */
52