aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Korb <ddsinc09@ix.netcom.com>1999-04-02 10:58:54 +0000
committerBruce Korb <korbb@gcc.gnu.org>1999-04-02 10:58:54 +0000
commitc095d84a8d7d07fa12425901cacc7e0ec031d913 (patch)
treedc384f06788a80699db5026ad8740c4f5601cd6c
parenta734e0bf3b3fecf28faf31cb5625646f10890947 (diff)
downloadgcc-c095d84a8d7d07fa12425901cacc7e0ec031d913.zip
gcc-c095d84a8d7d07fa12425901cacc7e0ec031d913.tar.gz
gcc-c095d84a8d7d07fa12425901cacc7e0ec031d913.tar.bz2
Complete the change to the 'fixinc.tmp' file
From-SVN: r26120
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/fixinc/inclhack.def20
2 files changed, 17 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 01fb6ba..2ac165b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -3,6 +3,9 @@
* fixinc/mkfixinc.sh: added support for x86-interix
* fixinc/fixinc.interix: fixincludes script, slight chages
from ./fixinc.interix. Untested (needs interix box).
+ * fixinc/inclhack.def:
+ Complete the change to the 'fixinc.tmp' file
+ * fixincl.x, fixincl.sh, inclhack.sh: regenerate
Fri Apr 2 11:36:12 1999 Jan Hubicka (hubicka@paru.cas.cz)
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index c827443..d82175c 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -2253,6 +2253,14 @@ fix = {
};
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ *
+ * UNDO BROKEN FIXES
+ *
+ * We sure do hope that broken fixes and needed fixes are never
+ * applied to the same file!! :-}
+ */
+
/*
* Purge some HP-UX 11 files that are only borken after they are "fixed".
*/
@@ -2262,7 +2270,7 @@ fix = {
select = 'These definitions are for HP Internal developers';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
- "rm -f ${DESTDIR}/$file ${DESTDIR}/$file.\n"
+ "rm -f ${DESTDIR}/$file ${DESTDIR}/fixinc.tmp\n"
"cat > /dev/null";
};
@@ -2276,7 +2284,7 @@ fix = {
select = '11.00 HP-UX LP64';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
- "rm -f ${DESTDIR}/$file ${DESTDIR}/$file.\n"
+ "rm -f ${DESTDIR}/$file ${DESTDIR}/fixinc.tmp\n"
"cat > /dev/null";
};
@@ -2290,7 +2298,7 @@ fix = {
select = 'kthread_create_caller_t';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
- "rm -f ${DESTDIR}/$file ${DESTDIR}/$file.\n"
+ "rm -f ${DESTDIR}/$file ${DESTDIR}/fixinc.tmp\n"
"cat > /dev/null";
};
@@ -2304,7 +2312,7 @@ fix = {
select = 'Kernel Instrumentation Definitions';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
- "rm -f ${DESTDIR}/$file ${DESTDIR}/$file.\n"
+ "rm -f ${DESTDIR}/$file ${DESTDIR}/fixinc.tmp\n"
"cat > /dev/null";
};
@@ -2321,7 +2329,7 @@ fix = {
/* shouldn't there be a select expression here??? */
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
- "rm -f ${DESTDIR}/$file ${DESTDIR}/$file.\n"
+ "rm -f ${DESTDIR}/$file ${DESTDIR}/fixinc.tmp\n"
"cat > /dev/null";
};
@@ -2335,7 +2343,7 @@ fix = {
select = '11.0 and later representation of ki time';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
- "rm -f ${DESTDIR}/$file ${DESTDIR}/$file.\n"
+ "rm -f ${DESTDIR}/$file ${DESTDIR}/fixinc.tmp\n"
"cat > /dev/null";
};