diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2000-07-13 15:23:51 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2000-07-13 15:23:51 +0000 |
commit | 7dec90a1bcc06b467c18ec3129f880c5ea9777b8 (patch) | |
tree | bb12c0a900901602e684fcb61fa58860a86cf463 /gcc | |
parent | b5e2063345ea5879be4c28e19175a8d3a0230e6e (diff) | |
download | gcc-7dec90a1bcc06b467c18ec3129f880c5ea9777b8.zip gcc-7dec90a1bcc06b467c18ec3129f880c5ea9777b8.tar.gz gcc-7dec90a1bcc06b467c18ec3129f880c5ea9777b8.tar.bz2 |
implement various pre-processor guards around standard types
From-SVN: r35016
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed91cb7..86f6e95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2000-07-13 Bruce Korb <bkorb@gnu.org> + + * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count + (emit_gnu_type): utility procedure for gnu_type_fix + (gnu_type_fix): implement various pre-processor guards around + standard types so these types can be defined over and over + * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard + types alluded to above will have GNU-compliant base types + * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct + * fixinc/inclhack.def: add test_text entries and utilize the new + "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types. + * fixinc/fixincl.x: regenerate + 2000-07-12 Gabriel Dos Reis <gdr@merlin.codesourcery.com> * diagnostic.c (vline_wrapper_message_with_location, |