xref: /netbsd-src/external/gpl3/gdb.old/lib/libdecnumber/arch/arm/gstdint.h (revision 8b657b0747480f8989760d71343d6dd33f8d4cf9)
10c04591cSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*8b657b07Schristos /* Generated from: NetBSD: mknative-gdb,v 1.16 2023/07/31 17:09:59 christos Exp  */
399e23f81Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
40c04591cSchristos 
5*8b657b07Schristos /* generated for  armv7--netbsdelf-eabihf-gcc (NetBSD nb2 20230710) 10.5.0 */
60c04591cSchristos 
70c04591cSchristos #ifndef GCC_GENERATED_STDINT_H
80c04591cSchristos #define GCC_GENERATED_STDINT_H 1
90c04591cSchristos 
100c04591cSchristos #include <sys/types.h>
110c04591cSchristos #include <stdint.h>
120c04591cSchristos /* glibc uses these symbols as guards to prevent redefinitions.  */
130c04591cSchristos #ifdef __int8_t_defined
140c04591cSchristos #define _INT8_T
150c04591cSchristos #define _INT16_T
160c04591cSchristos #define _INT32_T
170c04591cSchristos #endif
180c04591cSchristos #ifdef __uint32_t_defined
190c04591cSchristos #define _UINT32_T
200c04591cSchristos #endif
210c04591cSchristos 
220c04591cSchristos 
230c04591cSchristos /* Some systems have guard macros to prevent redefinitions, define them.  */
240c04591cSchristos #ifndef _INT8_T
250c04591cSchristos #define _INT8_T
260c04591cSchristos #endif
270c04591cSchristos #ifndef _INT16_T
280c04591cSchristos #define _INT16_T
290c04591cSchristos #endif
300c04591cSchristos #ifndef _INT32_T
310c04591cSchristos #define _INT32_T
320c04591cSchristos #endif
330c04591cSchristos #ifndef _UINT8_T
340c04591cSchristos #define _UINT8_T
350c04591cSchristos #endif
360c04591cSchristos #ifndef _UINT16_T
370c04591cSchristos #define _UINT16_T
380c04591cSchristos #endif
390c04591cSchristos #ifndef _UINT32_T
400c04591cSchristos #define _UINT32_T
410c04591cSchristos #endif
420c04591cSchristos 
430c04591cSchristos /* system headers have good uint64_t and int64_t */
440c04591cSchristos #ifndef _INT64_T
450c04591cSchristos #define _INT64_T
460c04591cSchristos #endif
470c04591cSchristos #ifndef _UINT64_T
480c04591cSchristos #define _UINT64_T
490c04591cSchristos #endif
500c04591cSchristos 
510c04591cSchristos #endif /* GCC_GENERATED_STDINT_H */
52