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
6deb8ad8
Commit
6deb8ad8
authored
Jun 09, 1999
by
Bruce Korb
Committed by
Bruce Korb
Jun 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a purpose comment for ioctl_fix_ctrl
From-SVN: r27455
parent
7c2772f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+1
-0
gcc/fixinc/inclhack.def
+10
-0
No files found.
gcc/ChangeLog
View file @
6deb8ad8
...
@@ -13,6 +13,7 @@ Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com>
...
@@ -13,6 +13,7 @@ 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
(ioctl_fix_ctrl): Added a purpose comment
*fixinc/fixincl.x: regenerate
*fixinc/fixincl.x: regenerate
*fixinc/inclhack.sh: regenerate
*fixinc/inclhack.sh: regenerate
...
...
gcc/fixinc/inclhack.def
View file @
6deb8ad8
...
@@ -587,6 +587,16 @@ fix = {
...
@@ -587,6 +587,16 @@ fix = {
/*
/*
* Fix CTRL macros
* Fix CTRL macros
*
* Basically, what is supposed to be happening is that every
* _invocation_ of the "_CTRL()" or "CTRL()" macros is supposed to have
* its argument inserted into single quotes. We _must_ do this because
* ANSI macro substitution rules prohibit looking inside quoted strings
* for the substitution names. A side effect is that the quotes are
* inserted in the definitions of those macros as well. So, the last
* three sed expressions are supposed to clean up the definitions, as
* long as those definitions are using "c", "g" or "x" as the macro
* argument :). Yuck.
*/
*/
fix = {
fix = {
hackname = ioctl_fix_ctrl;
hackname = ioctl_fix_ctrl;
...
...
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