]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
inclhack.def (alpha_pthread_init): Fix technical problems with the last check-in...
authorRoger Sayle <roger@eyesopen.com>
Sun, 21 Nov 2004 23:59:53 +0000 (23:59 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 21 Nov 2004 23:59:53 +0000 (23:59 +0000)
* fixinc/inclhack.def (alpha_pthread_init): Fix technical problems
with the last check-in caused by CVS variable substitution.
* fixinc/fixincl.x: Likewise.
* fixinc/tests/base/pthread.h: Likewise.

Co-Authored-By: Bruce Korb <bkorb@gnu.org>
From-SVN: r90990

gcc/ChangeLog
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def
gcc/fixinc/tests/base/pthread.h

index 9abe6489ab11206c4fa9c74afc7c0590f7004bba..f4c27b39eba410f7b8e7c4df10fd6fa6435f2b14 100644 (file)
@@ -1,4 +1,11 @@
-2004-11-20  Roger Sayle  <roger@eyesopen.com>
+2004-11-21  Roger Sayle  <roger@eyesopen.com>
+
+       * fixinc/inclhack.def (alpha_pthread_init): Fix technical problems
+       with the last check-in caused by CVS variable substitution.
+       * fixinc/fixincl.x: Likewise.
+       * fixinc/tests/base/pthread.h: Likewise.
+
+2004-11-21  Roger Sayle  <roger@eyesopen.com>
            Bruce Korb  <bkorb@gnu.org>
 
        Synchronize with mainline
index e53ca3406b893039933b8ad08d7468cad8fd47f8..41b0a3ada3bc0349b3f6766cedb8d7cadb6d9e16 100644 (file)
@@ -2,11 +2,11 @@
  * 
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been AutoGen-ed  Sunday November 21, 2004 at 12:16:40 PM MST
+ * It has been AutoGen-ed  Sunday November 21, 2004 at 04:37:50 PM MST
  * From the definitions    inclhack.def
  * and the template file   fixincl
  */
-/* DO NOT CVS-MERGE THIS FILE, EITHER Sun Nov 21 12:16:40 MST 2004
+/* DO NOT CVS-MERGE THIS FILE, EITHER Sun Nov 21 16:37:50 MST 2004
  *
  * You must regenerate it.  Use the ./genfixes script.
  *
@@ -1106,7 +1106,7 @@ tSCC* apzAlpha_Pthread_InitMachs[] = {
  *  content selection pattern - do fix if pattern found
  */
 tSCC zAlpha_Pthread_InitSelect0[] =
-       " \\* @\\(#\\)\\$RCSfile: pthread\\.h,v \\$ \\$Revision: 1\\.1\\.33\\.21 \\$ \\(DEC\\) \\$Date: 2000/08/15 15:30:13 \\$";
+       " \\* @\\(#\\).RCSfile: pthread\\.h,v \\$ .Revision: 1\\.1\\.33\\.21 \\$ \\(DEC\\) .Date: 2000/08/15 15:30:13 \\$";
 
 #define    ALPHA_PTHREAD_INIT_TEST_CT  1
 static tTestDesc aAlpha_Pthread_InitTests[] = {
index b7bd3ca5b1ccb358bbc8361dcc4aaf74558b9f58..819aadd161edcd0ad523e9c777e21784347b74aa 100644 (file)
@@ -714,9 +714,9 @@ fix = {
 fix = {
     hackname  = alpha_pthread_init;
     files     = pthread.h;
-    select    = ' \* @\(#\)\$' 'RCSfile: pthread\.h,v \$'
-                ' \$'  'Revision: 1\.1\.33\.21 \$ \(DEC\)'
-                ' \$'  'Date: 2000/08/15 15:30:13 \$';
+    select    = ' \* @\(#\).RCSfile: pthread\.h,v \$'
+                ' .Revision: 1\.1\.33\.21 \$ \(DEC\)'
+                ' .Date: 2000/08/15 15:30:13 \$';
     mach      = "alpha*-dec-osf*";
     sed       = "s@MVALID\\(.*\\)A}@MVALID\\1A, 0, 0, 0, 0, 0, 0 }@\n"
                 "s@MVALID\\(.*\\)_}@MVALID\\1_, 0, 0, 0, 0 }@\n"
@@ -725,9 +725,9 @@ fix = {
                 "s@WVALID\\(.*\\)A}@WVALID\\1A, 0, 0, 0, 0, 0, 0, 0, 0, 0 }@\n"
                 "s@WVALID\\(.*\\)_}@WVALID\\1_, 0, 0, 0, 0, 0, 0, 0 }@\n";
     test_text = "/*\n"
-                " * @(#)\\$"  "RCSfile: pthread.h,v \\$ \\$"
-                "Revision: 1.1.33.21 \\$ (DEC) \\$"
-                "Date: 2000/08/15 15:30:13 \\$\n"
+                " * @(#)_RCSfile: pthread.h,v \\$ "
+                "_Revision: 1.1.33.21 \\$ (DEC) "
+                "_Date: 2000/08/15 15:30:13 \\$\n"
                 " */\n"
 "#ifndef _PTHREAD_NOMETER_STATIC\n"
 "# define PTHREAD_MUTEX_INITIALIZER \\\n"
index 735c0ef7ffd62effd2dbb279075e719d14e19765..767c6e2774beee51cd1703ac919f04873d807467 100644 (file)
@@ -37,7 +37,7 @@
 
 #if defined( ALPHA_PTHREAD_INIT_CHECK )
 /*
- * @(#)$RCSfile: pthread.h,v $ $Revision: 1.1.33.21 $ (DEC) $Date: 2000/08/15 15:30:13 $
+ * @(#)_RCSfile: pthread.h,v $ _Revision: 1.1.33.21 $ (DEC) _Date: 2000/08/15 15:30:13 $
  */
 #ifndef _PTHREAD_NOMETER_STATIC
 # define PTHREAD_MUTEX_INITIALIZER     {_PTHREAD_MSTATE_CONFIG, _PTHREAD_MVALID | _PTHREAD_MVF_STA, 0, 0, 0, 0, 0, 0 }