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
d3fe11e6
Commit
d3fe11e6
authored
Aug 25, 2001
by
Jan Hubicka
Committed by
Jan Hubicka
Aug 25, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.h (no-accumulate-outgoing-args): Use proper mask.
From-SVN: r45171
parent
c1cf72f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+1
-1
No files found.
gcc/ChangeLog
View file @
d3fe11e6
Sat
Aug
25
15
:
46
:
51
CEST
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
h
(
no
-
accumulate
-
outgoing
-
args
)
:
Use
proper
mask
.
2001
-
08
-
24
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
config
/
rs6000
/
rs6000
.
c
(
rs6000_initialize_trampoline
)
:
Function
...
...
gcc/config/i386/i386.h
View file @
d3fe11e6
...
...
@@ -330,7 +330,7 @@ extern const int x86_epilogue_using_move;
N_("Do not use push instructions to save outgoing arguments") }, \
{ "accumulate-outgoing-args", MASK_ACCUMULATE_OUTGOING_ARGS, \
N_("Use push instructions to save outgoing arguments") }, \
{ "no-accumulate-outgoing-args",
-MASK
_ACCUMULATE_OUTGOING_ARGS, \
{ "no-accumulate-outgoing-args",
MASK_NO
_ACCUMULATE_OUTGOING_ARGS, \
N_("Do not use push instructions to save outgoing arguments") }, \
{ "mmx", MASK_MMX, N_("Support MMX builtins") }, \
{ "no-mmx", -MASK_MMX, \
...
...
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