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
b8a404dc
Commit
b8a404dc
authored
Jul 23, 2014
by
Jiong Wang
Committed by
Marcus Shawcroft
Jul 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AArch64] Consistent parameter types in prologue/epilogue generation.
From-SVN: r212945
parent
a007a21c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/aarch64/aarch64.c
+1
-1
No files found.
gcc/ChangeLog
View file @
b8a404dc
2014
-
07
-
23
Jiong
Wang
<
jiong
.
wang
@
arm
.
com
>
*
config
/
aarch64
/
aarch64
.
c
(
aarch64_save_or_restore_fprs
):
Change
type
to
HOST_WIDE_INT
.
2014
-
07
-
23
Jiong
Wang
<
jiong
.
wang
@
arm
.
com
>
*
config
/
aarch64
/
aarch64
.
c
(
aarch64_expand_prologue
)
(
aarch64_save_or_restore_fprs
)
(
aarch64_save_or_restore_callee_save_registers
):
GNU
-
Stylize
code
.
...
...
gcc/config/aarch64/aarch64.c
View file @
b8a404dc
...
...
@@ -1910,7 +1910,7 @@ aarch64_register_saved_on_entry (int regno)
static
void
aarch64_save_or_restore_fprs
(
int
start_offset
,
int
increment
,
aarch64_save_or_restore_fprs
(
HOST_WIDE_INT
start_offset
,
int
increment
,
bool
restore
,
rtx
base_rtx
)
{
...
...
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