diff options
| author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-28 15:17:49 +0000 |
|---|---|---|
| committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-28 15:17:49 +0000 |
| commit | 8869ef7363218f00a2a4bcad730611e6f797c951 (patch) | |
| tree | f4e2713da92204b23f131d111429435387a6ab03 /fixincludes/tests/base/sys | |
| parent | 029529e65cdfd210955a375317c7ece353e2de83 (diff) | |
| download | ppe42-gcc-8869ef7363218f00a2a4bcad730611e6f797c951.tar.gz ppe42-gcc-8869ef7363218f00a2a4bcad730611e6f797c951.zip | |
* inclhack.def (hpux11_uint32_c): Remove.
(hpux_long_double): Disable on hpux11.3*.
(hpux_long_double_2): New.
(hpux_c99_intptr): New.
(hpux_c99_inttypes): New.
(hpux_c99_inttypes2): New.
(hpux_stdint_least): New.
(hpux_stdint_fast): New.
(hpux_inttype_int_least8_t): New.
(hpux_inttype_int8_t): New.
* fixincl.x: Regenerate.
* tests/base/sys/_inttypes.h: New.
* tests/base/inttypes.h: Update.
* tests/base/stdlib.h: Update.
* tests/base/stdint.h: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146899 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests/base/sys')
| -rw-r--r-- | fixincludes/tests/base/sys/_inttypes.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/fixincludes/tests/base/sys/_inttypes.h b/fixincludes/tests/base/sys/_inttypes.h new file mode 100644 index 00000000000..6773ab834c9 --- /dev/null +++ b/fixincludes/tests/base/sys/_inttypes.h @@ -0,0 +1,21 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/sys/_inttypes.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#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 int8_t; + +#endif /* HPUX_INTTYPE_INT8_T_CHECK */ |

