summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-12-07 18:49:12 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-12-07 18:49:12 -0500
commit8af5168bae5245ada9e40d353925bcdbfef54fed (patch)
tree09549633e1a1df5653aa814ed91f3f9b7c0a9ec9 /gcc/function.c
parent2a8e278c94d800022aa097bbae2eb65ed66811c9 (diff)
downloadgcc-8af5168bae5245ada9e40d353925bcdbfef54fed.tar.gz
(frame_offset, get_frame_size): Make HOST_WIDE_INT.
From-SVN: r13243
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 6fa9811a085..b37ea70313c 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -263,7 +263,7 @@ rtx arg_pointer_save_area;
/* 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 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.
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;
the caller may have to do that. */
-int
+HOST_WIDE_INT
get_frame_size ()
{
#ifdef FRAME_GROWS_DOWNWARD