mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 21:51:36 +08:00
function.c (get_func_frame_size): Make it static.
* function.c (get_func_frame_size): Make it static. * function.h: Remove the corresponding type. From-SVN: r96409
This commit is contained in:
parent
c148389e28
commit
7b25e6631d
@ -3,6 +3,9 @@
|
||||
* except.c (check_handled): Make it static.
|
||||
* except.h: Remove the corresponding prototype.
|
||||
|
||||
* function.c (get_func_frame_size): Make it static.
|
||||
* function.h: Remove the corresponding type.
|
||||
|
||||
2005-03-14 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config.gcc: Remove excess indentation.
|
||||
|
@ -353,7 +353,7 @@ free_after_compilation (struct function *f)
|
||||
This size counts from zero. It is not rounded to PREFERRED_STACK_BOUNDARY;
|
||||
the caller may have to do that. */
|
||||
|
||||
HOST_WIDE_INT
|
||||
static HOST_WIDE_INT
|
||||
get_func_frame_size (struct function *f)
|
||||
{
|
||||
#ifdef FRAME_GROWS_DOWNWARD
|
||||
|
@ -508,8 +508,6 @@ extern void free_block_changes (void);
|
||||
This size counts from zero. It is not rounded to STACK_BOUNDARY;
|
||||
the caller may have to do that. */
|
||||
extern HOST_WIDE_INT get_frame_size (void);
|
||||
/* Likewise, but for a different than the current function. */
|
||||
extern HOST_WIDE_INT get_func_frame_size (struct function *);
|
||||
|
||||
/* A pointer to a function to create target specific, per-function
|
||||
data structures. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user