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
1ac4f799
Commit
1ac4f799
authored
Apr 16, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Apr 16, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.c (assign_outer_stack_local): Make static and add prototype.
From-SVN: r19245
parent
a2e68776
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+2
-0
gcc/function.c
+3
-1
No files found.
gcc/ChangeLog
View file @
1ac4f799
Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com)
* function.c (assign_outer_stack_local): Make static and add prototype.
* haifa-sched.c (build_control_flow): Accept raw data as inputs
* haifa-sched.c (build_control_flow): Accept raw data as inputs
instead of computing it locally. Callers changed.
instead of computing it locally. Callers changed.
(find_rgns): Several new arguments. Callers changed.
(find_rgns): Several new arguments. Callers changed.
...
...
gcc/function.c
View file @
1ac4f799
...
@@ -405,6 +405,8 @@ struct fixup_replacement
...
@@ -405,6 +405,8 @@ struct fixup_replacement
/* Forward declarations. */
/* Forward declarations. */
static
rtx
assign_outer_stack_local
PROTO
((
enum
machine_mode
,
HOST_WIDE_INT
,
int
,
struct
function
*
));
static
struct
temp_slot
*
find_temp_slot_from_address
PROTO
((
rtx
));
static
struct
temp_slot
*
find_temp_slot_from_address
PROTO
((
rtx
));
static
void
put_reg_into_stack
PROTO
((
struct
function
*
,
rtx
,
tree
,
static
void
put_reg_into_stack
PROTO
((
struct
function
*
,
rtx
,
tree
,
enum
machine_mode
,
enum
machine_mode
,
enum
machine_mode
,
enum
machine_mode
,
...
@@ -728,7 +730,7 @@ assign_stack_local (mode, size, align)
...
@@ -728,7 +730,7 @@ assign_stack_local (mode, size, align)
First three arguments are same as in preceding function.
First three arguments are same as in preceding function.
The last argument specifies the function to allocate in. */
The last argument specifies the function to allocate in. */
rtx
static
rtx
assign_outer_stack_local
(
mode
,
size
,
align
,
function
)
assign_outer_stack_local
(
mode
,
size
,
align
,
function
)
enum
machine_mode
mode
;
enum
machine_mode
mode
;
HOST_WIDE_INT
size
;
HOST_WIDE_INT
size
;
...
...
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