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

Annotation of src/external/gpl3/binutils.old/lib/libbfd/arch/sh3eb/bfd_stdint.h, Revision 1.1

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

CVSweb <webmaster@jp.NetBSD.org>