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