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
39dd8003
Commit
39dd8003
authored
Sep 20, 1999
by
Nick Clifton
Committed by
Nick Clifton
Sep 20, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass all command line options to both language dependent and language independent
decoders. From-SVN: r29520
parent
558389e3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
gcc/ChangeLog
+20
-0
gcc/toplev.c
+0
-0
No files found.
gcc/ChangeLog
View file @
39dd8003
Mon
Sep
20
14
:
43
:
37
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
toplev
.
c
(
progname
)
:
Make
'
const
char
*
'
(
flag_print_mem
)
:
Move
out
of
main
.
(
version_flag
)
:
Move
out
of
main
.
(
filename
)
:
Move
out
of
main
.
(
debug_args
)
:
Remove
g
prefix
from
options
.
(
documented_lang_options
)
:
Remove
cpplib
specific
options
.
(
display_help
)
:
Add
g
prefix
to
debug
options
.
(
check_lang_option
)
:
Delete
this
function
.
(
decode_d_option
)
:
New
function
:
Decode
-
d
...
option
.
(
decode_f_option
)
:
New
function
:
Decode
-
f
...
option
.
(
decode_W_option
)
:
New
function
:
Decode
-
W
...
option
.
(
decode_g_option
)
:
New
function
:
Decode
-
g
...
option
.
(
independent_decode_option
)
:
New
function
:
Decode
a
language
independent
command
line
option
.
(
main
)
:
Invoke
lang_decode_option
and
then
independent_decode_option
on
each
command
line
option
in
turn
.
Mon
Sep
20
05
:
41
:
36
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
flow
.
c
(
merge_blocks_move_predecessor_nojumps
)
:
New
function
.
...
...
gcc/toplev.c
View file @
39dd8003
This diff is collapsed.
Click to expand it.
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