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
9c1fcbfb
Commit
9c1fcbfb
authored
Jan 09, 2001
by
Mark Elbrecht
Committed by
DJ Delorie
Jan 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (process_command): Set switches[n_switches].ordering to 0.
From-SVN: r38834
parent
e582248c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/gcc.c
+1
-0
No files found.
gcc/ChangeLog
View file @
9c1fcbfb
2001-01-09 Mark Elbrecht <snowball3@bigfoot.com>
* gcc.c (process_command): Set switches[n_switches].ordering to 0.
2001-01-09 Neil Booth <neil@daikokuya.demon.co.uk>
* cppinit.c (OPT_MD, OPT_MMD): Restore.
...
...
gcc/gcc.c
View file @
9c1fcbfb
...
...
@@ -3774,6 +3774,7 @@ process_command (argc, argv)
switches
[
n_switches
].
live_cond
=
SWITCH_OK
;
switches
[
n_switches
].
validated
=
0
;
switches
[
n_switches
].
ordering
=
0
;
/* These are always valid, since gcc.c itself understands it. */
if
(
!
strcmp
(
p
,
"save-temps"
)
||
!
strcmp
(
p
,
"static-libgcc"
)
...
...
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