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
053f1126
Commit
053f1126
authored
Apr 03, 2000
by
Philipp Thomas
Committed by
Jeff Law
Apr 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
From-SVN: r32873
parent
037a1740
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+3
-3
No files found.
gcc/ChangeLog
View file @
053f1126
2000
-
04
-
03
Philipp
Thomas
<
pthomas
@suse
.
de
>
*
i386
.
h
(
TARGET_SWITCHES
)
:
Remove
bogus
empty
strings
,
fix
typo
.
Mon
Apr
3
00
:
02
:
59
2000
Brad
Lucier
<
lucier
@math
.
purdue
.
edu
>
Mon
Apr
3
00
:
02
:
59
2000
Brad
Lucier
<
lucier
@math
.
purdue
.
edu
>
*
Makefile
.
in
(
alias
.
o
)
:
Depend
on
$
(
TREE_H
).
*
Makefile
.
in
(
alias
.
o
)
:
Depend
on
$
(
TREE_H
).
...
...
gcc/config/i386/i386.h
View file @
053f1126
...
@@ -265,11 +265,11 @@ extern const int x86_promote_hi_regs;
...
@@ -265,11 +265,11 @@ extern const int x86_promote_hi_regs;
"Do not inline all known string operations" }, \
"Do not inline all known string operations" }, \
{ "push-args", -MASK_NO_PUSH_ARGS, \
{ "push-args", -MASK_NO_PUSH_ARGS, \
"Use push instructions to save outgoing arguments" }, \
"Use push instructions to save outgoing arguments" }, \
{ "no-push-args", MASK_NO_PUSH_ARGS,
""
\
{ "no-push-args", MASK_NO_PUSH_ARGS, \
"
U
Do not use push instructions to save outgoing arguments" }, \
"Do not use push instructions to save outgoing arguments" }, \
{ "accumulate-outgoing-args", MASK_ACCUMULATE_OUTGOING_ARGS, \
{ "accumulate-outgoing-args", MASK_ACCUMULATE_OUTGOING_ARGS, \
"Use push instructions to save outgoing arguments" }, \
"Use push instructions to save outgoing arguments" }, \
{ "no-accumulate-outgoing-args",-MASK_ACCUMULATE_OUTGOING_ARGS,
""
\
{ "no-accumulate-outgoing-args",-MASK_ACCUMULATE_OUTGOING_ARGS, \
"Do not use push instructions to save outgoing arguments" }, \
"Do not use push instructions to save outgoing arguments" }, \
SUBTARGET_SWITCHES \
SUBTARGET_SWITCHES \
{ "", TARGET_DEFAULT, 0 }}
{ "", TARGET_DEFAULT, 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