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
b0896d72
Commit
b0896d72
authored
Nov 24, 2004
by
Devang Patel
Committed by
Devang Patel
Nov 24, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (process_command): Supply -v to linker.
From-SVN: r91177
parent
eacf72d3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/gcc.c
+2
-0
No files found.
gcc/ChangeLog
View file @
b0896d72
2004
-
11
-
24
Devang
Patel
<
dpatel
@
apple
.
com
>
*
gcc
.
c
(
process_command
):
Supply
-
v
to
linker
.
2004
-
11
-
24
David
Edelsohn
<
edelsohn
@
gnu
.
org
>
2004
-
11
-
24
David
Edelsohn
<
edelsohn
@
gnu
.
org
>
Paolo
Bonzini
<
bonzini
@
gnu
.
org
>
Paolo
Bonzini
<
bonzini
@
gnu
.
org
>
...
...
gcc/gcc.c
View file @
b0896d72
...
@@ -3676,6 +3676,8 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
...
@@ -3676,6 +3676,8 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
if
(
p
[
1
]
!=
0
)
if
(
p
[
1
]
!=
0
)
break
;
break
;
verbose_flag
++
;
verbose_flag
++
;
if
(
strcmp
(
linker_name_spec
,
"collect2"
)
==
0
)
add_linker_option
(
"-v"
,
2
);
break
;
break
;
case
'S'
:
case
'S'
:
...
...
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