inclhack.def (zzz_ki_syscalls, zzz_time): Fix trigger string to only match on hpux11.
authorJeffrey A Law <law@cygnus.com>
Thu, 1 Apr 1999 01:19:07 +0000 (01:19 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 1 Apr 1999 01:19:07 +0000 (18:19 -0700)
        * fixinc/inclhack.def (zzz_ki_syscalls, zzz_time): Fix trigger
        string to only match on hpux11.
        * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixinc.sh: Rebuilt.

From-SVN: r26096

gcc/ChangeLog
gcc/fixinc/fixincl.sh
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def
gcc/fixinc/inclhack.sh

index c154d5888f5b7e5d9a693dc00585da92ed0b3094..82f1921d41556e492abd1d3a1597ee03b8ebce9b 100644 (file)
@@ -1,3 +1,9 @@
+Thu Apr  1 02:17:18 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * fixinc/inclhack.def (zzz_ki_syscalls, zzz_time): Fix trigger
+       string to only match on hpux11.
+       * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixinc.sh: Rebuilt.
+
 Thu Apr  1 01:09:27 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * fixinc/hackshell.tpl: Complete transition to fixinc.tmp.
index 484f812bbdb1568fec8475da2b1c35d24cab1847..149b39953ec1c098b339c267fd52278cf2ef17fb 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # DO NOT EDIT THIS FILE   (fixincl.sh)
 # 
-# It has been autogen-ed  Thursday April  1, 1999 at 01:07:59 AM MST
+# It has been autogen-ed  Thursday April  1, 1999 at 02:04:52 AM MST
 # From the definitions    /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
 # and the template file   /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
 #
index 94752a9fb3b71a2747f61378dcb77c31683143e1..895f53c14c6ebeb7b738ad69fb24db42865cb71f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been autogen-ed  Thursday April  1, 1999 at 01:07:59 AM MST
+ * It has been autogen-ed  Thursday April  1, 1999 at 02:04:52 AM MST
  * From the definitions    /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
  * and the template file   /puke/law//egcs/egcs/gcc/fixinc/fixincl.tpl
  *
@@ -3615,7 +3615,7 @@ tSCC zZzz_Ki_CallsList[] =
  *  content selection pattern
  */
 tSCC zZzz_Ki_CallsSelect0[] =
-       "KI_MAX_PROCS is an arbitrary number";
+       "kthread_create_caller_t";
 
 #define    ZZZ_KI_CALLS_TEST_CT  1
 tTestDesc aZzz_Ki_CallsTests[] = {
@@ -3712,7 +3712,7 @@ tSCC zZzz_TimeList[] =
  *  content selection pattern
  */
 tSCC zZzz_TimeSelect0[] =
-       "For CASPEC, look in";
+       "11.0 and later representation of ki time";
 
 #define    ZZZ_TIME_TEST_CT  1
 tTestDesc aZzz_TimeTests[] = {
index 7536da94d99f959591b06bca9ec8f9be9433d68f..c827443248c09871d0cfb1b62d7b20ed8df74c32 100644 (file)
@@ -2287,7 +2287,7 @@ fix = {
 fix = {
     hackname = zzz_ki_calls;
     files    = sys/ki_calls.h;
-    select   = 'KI_MAX_PROCS is an arbitrary number';
+    select   = 'kthread_create_caller_t';
     shell    =
          "echo \"Removing incorrect fix to <$file>\" >&2\n"
          "rm -f ${DESTDIR}/$file ${DESTDIR}/$file.\n"
@@ -2332,7 +2332,7 @@ fix = {
 fix = {
     hackname = zzz_time;
     files    = sys/time.h;
-    select   = 'For CASPEC, look in';
+    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"
index ff6ffe1b52cc1aeb76f82d41c264bf06e7ca6b82..68eb31f987fd5a11f1bfe6d02359e4027f028563 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # DO NOT EDIT THIS FILE   (inclhack.sh)
 # 
-# It has been autogen-ed  Thursday April  1, 1999 at 01:17:17 AM MST
+# It has been autogen-ed  Thursday April  1, 1999 at 02:04:52 AM MST
 # From the definitions    /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
 # and the template file   /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
 #
@@ -2888,7 +2888,7 @@ cat > /dev/null ) < $infile > ${DESTDIR}/fixinc.tmp
     # Fix 100:  Zzz_Ki_Calls
     #
     case "${file}" in ./sys/ki_calls.h )
-    if ( test -n "`egrep 'KI_MAX_PROCS is an arbitrary number' ${file}`"
+    if ( test -n "`egrep 'kthread_create_caller_t' ${file}`"
        ) > /dev/null 2>&1 ; then
     fixlist="${fixlist}
       zzz_ki_calls"
@@ -2966,7 +2966,7 @@ cat > /dev/null ) < $infile > ${DESTDIR}/fixinc.tmp
     # Fix 103:  Zzz_Time
     #
     case "${file}" in ./sys/time.h )
-    if ( test -n "`egrep 'For CASPEC, look in' ${file}`"
+    if ( test -n "`egrep '11.0 and later representation of ki time' ${file}`"
        ) > /dev/null 2>&1 ; then
     fixlist="${fixlist}
       zzz_time"