diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-12 19:25:59 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-07-12 19:25:59 +0000 |
commit | d5d16b5f41bee486b1881cf6f79d10dfdb0a91b5 (patch) | |
tree | a85764d68021483997892f2efd86a8d6cad083d7 /gcc | |
parent | cd01ef5bca0048f0a6fb17706fc75bb1477ccff7 (diff) | |
download | gcc-d5d16b5f41bee486b1881cf6f79d10dfdb0a91b5.zip gcc-d5d16b5f41bee486b1881cf6f79d10dfdb0a91b5.tar.gz gcc-d5d16b5f41bee486b1881cf6f79d10dfdb0a91b5.tar.bz2 |
* fixinc/inclhack.def (gnu_types): Improve comment.
From-SVN: r69269
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fixinc/inclhack.def | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb311df..dc2000a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org> + + * fixinc/inclhack.def (gnu_types): Improve comment. + 2003-07-12 Andreas Jaeger <aj@suse.de> * fp-test.c (main): Use ISO C90 prototype. diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 6fb0570..52129bf 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -938,7 +938,12 @@ fix = { /* - * Fix these files to use the same types that we think they should. + * Fix these files to use the types we think they should for + * ptrdiff_t, size_t, and wchar_t. + * + * This defines the types in terms of macros predefined by our 'cpp'. + * This is supposedly necessary for glibc's handling of these types. + * It's probably not necessary for anyone else, but it doesn't hurt. */ fix = { hackname = gnu_types; |