mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 18:15:27 +08:00
(frame_offset, get_frame_size): Make HOST_WIDE_INT.
From-SVN: r13243
This commit is contained in:
parent
2a8e278c94
commit
8af5168bae
@ -263,7 +263,7 @@ rtx arg_pointer_save_area;
|
|||||||
/* Offset to end of allocated area of stack frame.
|
/* Offset to end of allocated area of stack frame.
|
||||||
If stack grows down, this is the address of the last stack slot allocated.
|
If stack grows down, this is the address of the last stack slot allocated.
|
||||||
If stack grows up, this is the address for the next slot. */
|
If stack grows up, this is the address for the next slot. */
|
||||||
int frame_offset;
|
HOST_WIDE_INT frame_offset;
|
||||||
|
|
||||||
/* List (chain of TREE_LISTs) of static chains for containing functions.
|
/* List (chain of TREE_LISTs) of static chains for containing functions.
|
||||||
Each link has a FUNCTION_DECL in the TREE_PURPOSE and a reg rtx
|
Each link has a FUNCTION_DECL in the TREE_PURPOSE and a reg rtx
|
||||||
@ -633,7 +633,7 @@ void pop_function_context ()
|
|||||||
This size counts from zero. It is not rounded to STACK_BOUNDARY;
|
This size counts from zero. It is not rounded to STACK_BOUNDARY;
|
||||||
the caller may have to do that. */
|
the caller may have to do that. */
|
||||||
|
|
||||||
int
|
HOST_WIDE_INT
|
||||||
get_frame_size ()
|
get_frame_size ()
|
||||||
{
|
{
|
||||||
#ifdef FRAME_GROWS_DOWNWARD
|
#ifdef FRAME_GROWS_DOWNWARD
|
||||||
|
Loading…
Reference in New Issue
Block a user