Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
07412b07
Commit
07412b07
authored
Jun 09, 1999
by
Bruce Korb
Committed by
Bruce Korb
Jun 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate
From-SVN: r27448
parent
dedfdcb2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/fixinc/fixincl.x
+1
-1
gcc/fixinc/inclhack.sh
+1
-1
No files found.
gcc/ChangeLog
View file @
07412b07
...
@@ -2,6 +2,8 @@ Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
...
@@ -2,6 +2,8 @@ Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
*fixinc/inclhack.def(sun_auth_proto): bypass the patch if
*fixinc/inclhack.def(sun_auth_proto): bypass the patch if
the typed arguments are not part of a comment
the typed arguments are not part of a comment
*fixinc/fixincl.x: regenerate
*fixinc/inclhack.sh: regenerate
Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
...
...
gcc/fixinc/fixincl.x
View file @
07412b07
...
@@ -2623,7 +2623,7 @@ tSCC zSun_Auth_ProtoSelect0[] =
...
@@ -2623,7 +2623,7 @@ tSCC zSun_Auth_ProtoSelect0[] =
* content bypass pattern - skip fix if pattern found
* content bypass pattern - skip fix if pattern found
*/
*/
tSCC zSun_Auth_ProtoBypass0[] =
tSCC zSun_Auth_ProtoBypass0[] =
"\\(\\*[a-z][a-z_]*\\)\\([ \t]*[a-zA-Z.].*\\)";
"
^[a-zA-Z0-9_ \t]*
\\(\\*[a-z][a-z_]*\\)\\([ \t]*[a-zA-Z.].*\\)";
#define SUN_AUTH_PROTO_TEST_CT 2
#define SUN_AUTH_PROTO_TEST_CT 2
#define SUN_AUTH_PROTO_RE_CT 2
#define SUN_AUTH_PROTO_RE_CT 2
...
...
gcc/fixinc/inclhack.sh
View file @
07412b07
...
@@ -2167,7 +2167,7 @@ void (*signal(...))(...);\
...
@@ -2167,7 +2167,7 @@ void (*signal(...))(...);\
./rpc/svc.h
|
\
./rpc/svc.h
|
\
./rpc/xdr.h
)
./rpc/xdr.h
)
if
(
test
-n
"
`
egrep
'\\(\\*[a-z][a-z_]*\\)\\(\\)'
${
file
}
`
"
-a
\
if
(
test
-n
"
`
egrep
'\\(\\*[a-z][a-z_]*\\)\\(\\)'
${
file
}
`
"
-a
\
-z
"
`
egrep
'\\(\\*[a-z][a-z_]*\\)\\([ ]*[a-zA-Z.].*\\)'
${
file
}
`
"
-z
"
`
egrep
'
^[a-zA-Z0-9_ ]*
\\(\\*[a-z][a-z_]*\\)\\([ ]*[a-zA-Z.].*\\)'
${
file
}
`
"
)
>
/dev/null 2>&1
;
then
)
>
/dev/null 2>&1
;
then
fixlist
=
"
${
fixlist
}
fixlist
=
"
${
fixlist
}
sun_auth_proto"
sun_auth_proto"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment