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/README | |
parent | 73c1c1d21e4a72b5b50dddb80152e35d84b063fb (diff) | |
download | gcc-3c36388d644008fff687503f0291fb3ac85ecbce.tar.gz |
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/README')
-rw-r--r-- | fixincludes/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fixincludes/README b/fixincludes/README index 50f408f9eca..e9e46546636 100644 --- a/fixincludes/README +++ b/fixincludes/README @@ -89,6 +89,11 @@ MAKING CHANGES TO INCLHACK.DEF * c-test - call a function in fixtests.c. See that file. + * files - the "fnmatch" pattern of the file(s) to examine for + the issue. There may be several copies of this attribute. + If the header lives in a /usr/include subdirectory, be + sure to include that subdirectory in the name. e.g. net/if.h + * mach - Match the output of config.conf against a series of fnmatch patterns. It must match at least one of the patterns, unless "not-machine" has also been specified. In that case, the |