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
1f2b04b3
Commit
1f2b04b3
authored
Sep 28, 1998
by
Nick Clifton
Committed by
Nick Clifton
Sep 28, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied Jim's small patch to reload () for arm-elf.
From-SVN: r22621
parent
ece32014
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+7
-0
gcc/reload1.c
+2
-1
No files found.
gcc/ChangeLog
View file @
1f2b04b3
Mon
Sep
28
10
:
32
:
28
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
reload1
.
c
(
reload
)
:
Use
reload_address_index_reg_class
and
reload_address_base_reg_class
when
setting
caller_save_spill_class
.
(
Patch
generated
by
Jim
Wilson
:
wilson
@cygnus
.
com
).
Mon
Sep
28
07
:
43
:
34
1998
Mark
Mitchell
<
mark
@markmitchell
.
com
>
*
c
-
common
.
c
(
c_get_alias_set
)
:
Tighten
slightly
for
FUNCTION_TYPEs
...
...
gcc/reload1.c
View file @
1f2b04b3
...
...
@@ -1083,7 +1083,8 @@ reload (first, global, dumpfile)
find_address_reloads for details. */
caller_save_spill_class
=
double_reg_address_ok
?
INDEX_REG_CLASS
:
BASE_REG_CLASS
;
=
(
double_reg_address_ok
?
reload_address_index_reg_class
:
reload_address_base_reg_class
);
caller_save_group_size
=
CLASS_MAX_NREGS
(
caller_save_spill_class
,
Pmode
);
something_changed
=
1
;
...
...
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