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
2a782c52
Commit
2a782c52
authored
Apr 09, 2004
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Apr 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (default_compilers): Add missing initializers.
From-SVN: r80538
parent
febc5365
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/gcc.c
+1
-1
No files found.
gcc/ChangeLog
View file @
2a782c52
2004-04-08 Ian Lance Taylor <ian@wasabisystems.com>
2004-04-08 Ian Lance Taylor <ian@wasabisystems.com>
* gcc.c (default_compilers): Add missing initializers.
* config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
* config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
Return 1 if file was successfully mapped.
Return 1 if file was successfully mapped.
...
...
gcc/gcc.c
View file @
2a782c52
...
@@ -951,7 +951,7 @@ static const struct compiler default_compilers[] =
...
@@ -951,7 +951,7 @@ static const struct compiler default_compilers[] =
%W{o*:--output-pch=%*}%V}}}}}}"
,
0
,
0
,
0
},
%W{o*:--output-pch=%*}%V}}}}}}"
,
0
,
0
,
0
},
{
".i"
,
"@cpp-output"
,
0
,
1
,
0
},
{
".i"
,
"@cpp-output"
,
0
,
1
,
0
},
{
"@cpp-output"
,
{
"@cpp-output"
,
"%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}"
,
0
},
"%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}"
,
0
,
1
,
0
},
{
".s"
,
"@assembler"
,
0
,
1
,
0
},
{
".s"
,
"@assembler"
,
0
,
1
,
0
},
{
"@assembler"
,
{
"@assembler"
,
"%{!M:%{!MM:%{!E:%{!S:as %(asm_debug) %(asm_options) %i %A }}}}"
,
0
,
1
,
0
},
"%{!M:%{!MM:%{!E:%{!S:as %(asm_debug) %(asm_options) %i %A }}}}"
,
0
,
1
,
0
},
...
...
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