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