summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fixincludes/ChangeLog4
-rw-r--r--fixincludes/README2
2 files changed, 5 insertions, 1 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 667d3dfe7b8..a392c7e00cd 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-10 Bruce Korb <bkorb@gnu.org>
+
+ * README: fix up references to old gcc/fixinc directory
+
2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* inclhack.def (solaris_int_limits_3): New fix.
diff --git a/fixincludes/README b/fixincludes/README
index bd39a0c0469..07a3964a26a 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