From: Bruce Korb Date: Fri, 12 Mar 2010 05:21:19 +0000 (+0000) Subject: Add comment about changing directory references. X-Git-Tag: releases/gcc-4.5.0~411 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d76f631a86565e06d58ee1dbf63a386fd5e9fdec;p=thirdparty%2Fgcc.git Add comment about changing directory references. From-SVN: r157401 --- diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 667d3dfe7b88..a392c7e00cd6 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,7 @@ +2010-02-10 Bruce Korb + + * README: fix up references to old gcc/fixinc directory + 2010-01-29 Rainer Orth * inclhack.def (solaris_int_limits_3): New fix. diff --git a/fixincludes/README b/fixincludes/README index bd39a0c04697..07a3964a26aa 100644 --- a/fixincludes/README +++ b/fixincludes/README @@ -6,7 +6,7 @@ See also: http://autogen.SourceForge.net/fixinc.html The set of fixes required was distilled down to just the data required to specify what needed to happen for each fix. Those data were edited -into a file named gcc/fixinc/inclhack.def. A program called AutoGen +into a file named fixincludes/inclhack.def. A program called AutoGen (http://autogen.SourceForge.net) uses these definitions to instantiate several different templates that then produces code for a fixinclude program (fixincl.x) and a shell script to test its functioning. On