* function.c (round_down): Delete obsolete prototype.
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>
Wed, 21 Jun 2000 16:19:22 +0000 (16:19 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 21 Jun 2000 16:19:22 +0000 (10:19 -0600)
From-SVN: r34631

gcc/ChangeLog
gcc/function.c

index 8f1dc0db684f3c8198b72424c1185fdcb0e4a246..ceb8f96e282ac6f90468be1d3623f6f7e665469b 100644 (file)
@@ -1,5 +1,7 @@
 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
 
+       * function.c (round_down): Delete obsolete prototype.
+
        * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
 
 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
index ac8d03ac488099885d110e2a9418feff705caecd..fc8be4ccd7a88d4d59a7df799cebab6b4c0e0970 100644 (file)
@@ -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 *));