Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 22 Feb 2003 03:08:47 +0000 (03:08 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 22 Feb 2003 03:08:47 +0000 (03:08 +0000)
commit9ac121af2a23ff86838f619ae58a6be7cf16d605
treea4fedfbc4cbd08463a6d674fcb9176179935dd4d
parent453ee2313a9f013158f1c5ab8bd97cf495c5c270
Makefile.in (ggc-common.o): Depend on $(PARAMS_H)

* Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
* doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
documentation.
* ggc-common.c: Include params.h
(ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
init_ggc_heuristics): New functions.
* ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
init_ggc_heuristics): Prototype.
* toplev.c (print_version):  Output GGC heuristics.
(parse_options_and_default_flags): Call init_ggc_heuristics.

From-SVN: r63268
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/invoke.texi
gcc/ggc-common.c
gcc/ggc.h
gcc/toplev.c