From 3c36388d644008fff687503f0291fb3ac85ecbce Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 28 Aug 2009 19:42:41 +0000 Subject: 2009-08-28 Bruce Korb Steve Ellcey * 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 --- fixincludes/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fixincludes/README') 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 -- cgit v1.2.1