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
76306300
Commit
76306300
authored
Dec 05, 2001
by
Neil Booth
Committed by
Neil Booth
Dec 05, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (display_target_options): Don't print twice.
From-SVN: r47659
parent
52488da1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/toplev.c
+6
-0
No files found.
gcc/ChangeLog
View file @
76306300
2001
-
12
-
05
Neil
Booth
<
neil
@daikokuya
.
demon
.
co
.
uk
>
*
toplev
.
c
(
display_target_options
)
:
Don
'
t
print
twice
.
Wed
Dec
5
00
:
42
:
16
EST
2001
John
Wehle
(
john
@feith
.
com
)
Wed
Dec
5
00
:
42
:
16
EST
2001
John
Wehle
(
john
@feith
.
com
)
*
emit
-
rtl
.
c
(
set_unique_reg_note
)
:
Don
'
t
set
*
emit
-
rtl
.
c
(
set_unique_reg_note
)
:
Don
'
t
set
...
...
gcc/toplev.c
View file @
76306300
...
@@ -3697,6 +3697,12 @@ static void
...
@@ -3697,6 +3697,12 @@ static void
display_target_options
()
display_target_options
()
{
{
int
undoc
,
i
;
int
undoc
,
i
;
static
bool
displayed
=
false
;
/* Avoid double printing for --help --target-help. */
if
(
displayed
)
return
;
displayed
=
true
;
if
(
ARRAY_SIZE
(
target_switches
)
>
1
if
(
ARRAY_SIZE
(
target_switches
)
>
1
#ifdef TARGET_OPTIONS
#ifdef TARGET_OPTIONS
...
...
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