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
7a5a60cf
Commit
7a5a60cf
authored
Oct 09, 1999
by
Richard Henderson
Committed by
Richard Henderson
Oct 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mips.c (mips_va_arg) [EABI]: Return addr_rtx.
From-SVN: r29875
parent
cf45bb06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.c
+2
-0
No files found.
gcc/ChangeLog
View file @
7a5a60cf
...
...
@@ -13,6 +13,10 @@ Fri Oct 8 16:12:42 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri
Oct
8
11
:
58
:
34
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
mips
.
c
(
mips_va_arg
)
[
EABI
]
:
Return
addr_rtx
.
Fri
Oct
8
11
:
58
:
34
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
lists
.
c
(
init_EXPR_INSN_LIST_cache
)
:
Don
'
t
need
to
zap
the
cache
every
function
if
ggc_p
.
...
...
gcc/config/mips/mips.c
View file @
7a5a60cf
...
...
@@ -4238,6 +4238,8 @@ mips_va_arg (valist, type)
if
(
BYTES_BIG_ENDIAN
&&
rsize
!=
size
)
addr_rtx
=
plus_constant
(
addr_rtx
,
rsize
-
size
);
}
return
addr_rtx
;
}
else
{
...
...
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