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
3175776e
Commit
3175776e
authored
Jun 10, 1999
by
Bruce Korb
Committed by
Bruce Korb
Jun 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a selection expression, skip a bypass
From-SVN: r27467
parent
6cf32035
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
gcc/ChangeLog
+6
-0
gcc/fixinc/inclhack.def
+2
-6
No files found.
gcc/ChangeLog
View file @
3175776e
Thu Jun 10 06:55 1999 Bruce Korb <ddsinc09@ix.netcom.com>
*fixinc/inclhack.def(sun_auth_proto): We do not know how to
test for the presence of valid prototypes. Delete bypass expr.
(ioctl_fix_ctrl): Correct the selection expression.
Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
Thu Jun 10 15:08:15 1999 Nick Clifton <nickc@cygnus.com>
* config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
* config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
...
...
gcc/fixinc/inclhack.def
View file @
3175776e
...
@@ -600,7 +600,7 @@ fix = {
...
@@ -600,7 +600,7 @@ fix = {
*/
*/
fix = {
fix = {
hackname = ioctl_fix_ctrl;
hackname = ioctl_fix_ctrl;
select = "CTRL[ \t]";
select = "CTRL[ \t]
*\\(
";
sed = "/[^A-Z0-9_]CTRL[ \t]*(/"
sed = "/[^A-Z0-9_]CTRL[ \t]*(/"
"s/\\([^']\\))/'\\1')/";
"s/\\([^']\\))/'\\1')/";
...
@@ -1517,13 +1517,9 @@ fix = {
...
@@ -1517,13 +1517,9 @@ fix = {
files = rpc/svc.h;
files = rpc/svc.h;
files = rpc/xdr.h;
files = rpc/xdr.h;
/*
/*
* Select those files containing '(*name)()' but *not*
* Select those files containing '(*name)()'.
* containing '(*name)(junk)'. The change would be innocuous
* but there is no point bothering if the fix is not needed.
*/
*/
select = '\(\*[a-z][a-z_]*\)\(\)';
select = '\(\*[a-z][a-z_]*\)\(\)';
bypass = "^[a-zA-Z0-9_ \t]*" '\(\*[a-z][a-z_]*\)\('
"[ \t]*[a-zA-Z.].*" '\)';
sed = 's'
sed = 's'
'/^\(.*(\*[a-z][a-z_]*)(\)' '\();.*\)'
'/^\(.*(\*[a-z][a-z_]*)(\)' '\();.*\)'
"/\\\n"
"/\\\n"
...
...
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