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
278a994d
Commit
278a994d
authored
Jul 31, 1999
by
Jim Wilson
Committed by
Jim Wilson
Jul 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in help message.
* cccp.c (print_help): Change marcos to macros. From-SVN: r28352
parent
47620e09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/cccp.c
+1
-1
No files found.
gcc/ChangeLog
View file @
278a994d
Fri
Jul
30
19
:
41
:
35
1999
Jim
Wilson
<
wilson
@cygnus
.
com
>
*
cccp
.
c
(
print_help
)
:
Change
marcos
to
macros
.
1999
-
07
-
30
Richard
Henderson
<
rth
@cygnus
.
com
>
*
c
-
typeck
.
c
(
initializer_constant_valid_p
)
:
Move
...
...
...
gcc/cccp.c
View file @
278a994d
...
...
@@ -1123,7 +1123,7 @@ print_help ()
printf
(
"Usage: %s [switches] input output
\n
"
,
progname
);
printf
(
"Switches:
\n
"
);
printf
(
" -include <file> Include the contents of <file> before other files
\n
"
);
printf
(
" -imacros <file> Accept definition of ma
rc
os in <file>
\n
"
);
printf
(
" -imacros <file> Accept definition of ma
cr
os in <file>
\n
"
);
printf
(
" -iprefix <path> Specify <path> as a prefix for next two options
\n
"
);
printf
(
" -iwithprefix <dir> Add <dir> to the end of the system include paths
\n
"
);
printf
(
" -iwithprefixbefore <dir> Add <dir> to the end of the main include paths
\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