OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [stdint-newlib.h] - Blame information for rev 724

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 724 jeremybenn
/*  DO NOT EDIT THIS FILE.
2
 
3
    It has been auto-edited by fixincludes from:
4
 
5
        "fixinc/tests/inc/stdint-newlib.h"
6
 
7
    This had to be done to correct non-standard usages in the
8
    original, manufacturer supplied header file.  */
9
 
10
 
11
 
12
#if defined( NEWLIB_STDINT_1_CHECK )
13
/* @todo - Add support for wint_t types. */
14
#define INT32_MIN (-INT32_MAX - 1)
15
#define INT32_MAX __INT32_MAX__
16
#define UINT32_MAX __UINT32_MAX__
17
#define INT_LEAST32_MIN (-INT_LEAST32_MAX - 1)
18
#define INT_LEAST32_MAX __INT_LEAST32_MAX__
19
#define UINT_LEAST32_MAX __UINT_LEAST32_MAX__
20
#define INT_FAST8_MIN (-INT_FAST8_MAX - 1)
21
#define INT_FAST8_MAX __INT_FAST8_MAX__
22
#define UINT_FAST8_MAX __UINT_FAST8_MAX__
23
#define SIZE_MAX __SIZE_MAX__
24
#define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
25
#define PTRDIFF_MAX __PTRDIFF_MAX__
26
#define UINT8_C(c) __UINT8_C(c)
27
#define UINT16_C(c) __UINT16_C(c)
28
#endif  /* NEWLIB_STDINT_1_CHECK */
29
 
30
 
31
#if defined( NEWLIB_STDINT_2_CHECK )
32
/* @todo - Add support for wint_t types. */
33
#define INTMAX_MAX __INTMAX_MAX__
34
#define INTMAX_MIN (-INTMAX_MAX - 1)
35
#define UINTMAX_MAX __UINTMAX_MAX__
36
#define WCHAR_MAX __WCHAR_MAX__
37
#define WCHAR_MIN __WCHAR_MIN__
38
#define WINT_MAX __WINT_MAX__
39
#define WINT_MIN __WINT_MIN__
40
 
41
/** Macros for minimum-width integer constant expressions */
42
#endif  /* NEWLIB_STDINT_2_CHECK */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.