diff options
| author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-28 19:42:41 +0000 |
|---|---|---|
| committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-28 19:42:41 +0000 |
| commit | 3c36388d644008fff687503f0291fb3ac85ecbce (patch) | |
| tree | c7f6efcdc69d033e8a43502b2ec8d4f6fb38512b /fixincludes/tests | |
| parent | 73c1c1d21e4a72b5b50dddb80152e35d84b063fb (diff) | |
| download | ppe42-gcc-3c36388d644008fff687503f0291fb3ac85ecbce.tar.gz ppe42-gcc-3c36388d644008fff687503f0291fb3ac85ecbce.zip | |
2009-08-28 Bruce Korb <bkorb@gnu.org>
Steve Ellcey <sje@cup.hp.com>
* README (files): Describe files entry.
* inclhack.def (hpux_stdint_least): Remove.
(hpux_stdint_fast): Remove.
(hpux_stdint_fast): Remove.
(hpux_stdint_least_fast): New.
(hpux_inttype_int_least8_t): Remove.
(hpux_inttype_int8_t): Modify.
* fixincl.x: Regenerate.
* tests/base/stdint.h: Update.
* tests/base/sys/_inttypes.h: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests')
| -rw-r--r-- | fixincludes/tests/base/stdint.h | 20 | ||||
| -rw-r--r-- | fixincludes/tests/base/sys/_inttypes.h | 7 |
2 files changed, 7 insertions, 20 deletions
diff --git a/fixincludes/tests/base/stdint.h b/fixincludes/tests/base/stdint.h index 8be61a9718d..1c59442182f 100644 --- a/fixincludes/tests/base/stdint.h +++ b/fixincludes/tests/base/stdint.h @@ -145,26 +145,18 @@ #endif /* HPUX_C99_INTTYPES2_CHECK */ -#if defined( HPUX_STDINT_LEAST_CHECK ) +#if defined( HPUX_STDINT_LEAST_FAST_CHECK ) #ifdef __LP64__ -# define UINT_LEAST64_MAX ULONG_MAX +# define UINT_FAST64_MAX ULONG_MAX #else -# define UINT_LEAST64_MAX ULLONG_MAX +# define UINT_FAST64_MAX ULLONG_MAX #endif - - -#endif /* HPUX_STDINT_LEAST_CHECK */ - - -#if defined( HPUX_STDINT_FAST_CHECK ) #ifdef __LP64__ -# define UINT_FAST64_MAX ULONG_MAX +# define UINT_LEAST64_MAX ULONG_MAX #else -# define UINT_FAST64_MAX ULLONG_MAX +# define UINT_LEAST64_MAX ULLONG_MAX #endif - - -#endif /* HPUX_STDINT_FAST_CHECK */ +#endif /* HPUX_STDINT_LEAST_FAST_CHECK */ #if defined( IRIX_STDINT_C99_CHECK ) diff --git a/fixincludes/tests/base/sys/_inttypes.h b/fixincludes/tests/base/sys/_inttypes.h index 6773ab834c9..dab8961f605 100644 --- a/fixincludes/tests/base/sys/_inttypes.h +++ b/fixincludes/tests/base/sys/_inttypes.h @@ -9,13 +9,8 @@ -#if defined( HPUX_INTTYPE_INT_LEAST8_T_CHECK ) -typedef signed char int_least8_t; - -#endif /* HPUX_INTTYPE_INT_LEAST8_T_CHECK */ - - #if defined( HPUX_INTTYPE_INT8_T_CHECK ) +typedef signed char int_least8_t; typedef signed char int8_t; #endif /* HPUX_INTTYPE_INT8_T_CHECK */ |

