[BACK]Return to bfd_stdint.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / lib / libbfd / arch / vax

File: [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / lib / libbfd / arch / vax / bfd_stdint.h (download)

Revision 1.1.1.2 (vendor branch), Wed Oct 26 17:03:43 2016 UTC (7 years, 5 months ago) by christos
Branch: NetBSD3, NetBSD2, NetBSD1, NetBSD
CVS Tags: src-external-gpl3-binutils-20180414-1134, src-external-gpl3-binutils-20161026-1301
Changes since 1.1.1.1: +3 -3 lines

Import current binutils

/* This file is automatically generated.  DO NOT EDIT! */
/* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */

/* generated for  vax--netbsdelf-gcc (NetBSD nb1 20160606) 5.4.0 */

#ifndef GCC_GENERATED_STDINT_H
#define GCC_GENERATED_STDINT_H 1

#include <sys/types.h>
#include <stdint.h>
/* glibc uses these symbols as guards to prevent redefinitions.  */
#ifdef __int8_t_defined
#define _INT8_T
#define _INT16_T
#define _INT32_T
#endif
#ifdef __uint32_t_defined
#define _UINT32_T
#endif


/* Some systems have guard macros to prevent redefinitions, define them.  */
#ifndef _INT8_T
#define _INT8_T
#endif
#ifndef _INT16_T
#define _INT16_T
#endif
#ifndef _INT32_T
#define _INT32_T
#endif
#ifndef _UINT8_T
#define _UINT8_T
#endif
#ifndef _UINT16_T
#define _UINT16_T
#endif
#ifndef _UINT32_T
#define _UINT32_T
#endif

/* system headers have good uint64_t and int64_t */
#ifndef _INT64_T
#define _INT64_T
#endif
#ifndef _UINT64_T
#define _UINT64_T
#endif

#endif /* GCC_GENERATED_STDINT_H */