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
9d72d996
Commit
9d72d996
authored
Jan 27, 2005
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jan 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.
From-SVN: r94321
parent
d8dd2f3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
gcc/ChangeLog
+2
-0
gcc/config/i386/i386.h
+5
-5
No files found.
gcc/ChangeLog
View file @
9d72d996
2005-01-27 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.
PR c/18946
* c-decl.c (warn_if_shadowing): Handle old_decl error_mark_node.
(pushdecl): Only use DECL_FILE_SCOPE_P if DECL_P.
...
...
gcc/config/i386/i386.h
View file @
9d72d996
...
...
@@ -967,10 +967,10 @@ extern int x86_prefetch_sse;
and the register where structure-value addresses are passed.
Aside from that, you can include as many other registers as you like.
The value is zero if the register is not
fix
ed on either 32 or
64 bit targets, one if the register if
fix
ed on both 32 and 64
bit targets, two if it is only
fix
ed on 32bit targets and three
if its only
fix
ed on 64bit targets.
The value is zero if the register is not
call us
ed on either 32 or
64 bit targets, one if the register if
call us
ed on both 32 and 64
bit targets, two if it is only
call us
ed on 32bit targets and three
if its only
call us
ed on 64bit targets.
Proper values are computed in the CONDITIONAL_REGISTER_USAGE.
*/
#define CALL_USED_REGISTERS \
...
...
@@ -1735,7 +1735,7 @@ typedef struct ix86_args {
int
words
;
/* # words passed so far */
int
nregs
;
/* # registers available for passing */
int
regno
;
/* next available register number */
int
fastcall
;
/* fastcall calling convention is used */
int
fastcall
;
/* fastcall calling convention is used */
int
sse_words
;
/* # sse words passed so far */
int
sse_nregs
;
/* # sse registers available for passing */
int
warn_sse
;
/* True when we want to warn about SSE ABI. */
...
...
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