From 539a6f058c4d00cdff02390d7957bb8469543de3 Mon Sep 17 00:00:00 2001 From: "J. David Anglin" Date: Wed, 21 Jun 2000 16:19:22 +0000 Subject: [PATCH] * function.c (round_down): Delete obsolete prototype. From-SVN: r34631 --- gcc/ChangeLog | 2 ++ gcc/function.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f1dc0db684..ceb8f96e282 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2000-06-20 J. David Anglin + * function.c (round_down): Delete obsolete prototype. + * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__. 2000-06-20 Zack Weinberg diff --git a/gcc/function.c b/gcc/function.c index ac8d03ac488..fc8be4ccd7a 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -276,9 +276,6 @@ static void pad_to_arg_alignment PARAMS ((struct args_size *, int, static void pad_below PARAMS ((struct args_size *, enum machine_mode, tree)); #endif -#ifdef ARGS_GROW_DOWNWARD -static tree round_down PARAMS ((tree, int)); -#endif static rtx round_trampoline_addr PARAMS ((rtx)); static tree *identify_blocks_1 PARAMS ((rtx, tree *, tree *, tree *)); static void reorder_blocks_1 PARAMS ((rtx, tree, varray_type *)); -- 2.30.2