summaryrefslogtreecommitdiffstats
path: root/fixincludes/inclhack.def
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-21 23:01:44 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-21 23:01:44 +0000
commit4964185aa300ebc18ff67ed6ab93ca2c9b8ec7e9 (patch)
treed4ca4c848df4eccaad3ec2e2d77c908f698df07b /fixincludes/inclhack.def
parent030aa7500e0eed6b43b074f168fee3eef50daeef (diff)
downloadppe42-gcc-4964185aa300ebc18ff67ed6ab93ca2c9b8ec7e9.tar.gz
ppe42-gcc-4964185aa300ebc18ff67ed6ab93ca2c9b8ec7e9.zip
* inclhack.def (alpha_pthread_init): Fix technical problems with
the last check-in caused by CVS variable substitution. * fixincl.x: Likewise. * tests/base/pthread.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/inclhack.def')
-rw-r--r--fixincludes/inclhack.def12
1 files changed, 6 insertions, 6 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index 37f23117283..8c012f753d6 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -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"
OpenPOWER on IntegriCloud