]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/params.def
Makefile.in (toplev.o): Depend on params.h.
authorMark Mitchell <mark@codesourcery.com>
Wed, 14 Feb 2001 16:24:45 +0000 (16:24 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 14 Feb 2001 16:24:45 +0000 (16:24 +0000)
commitc6d9a88cbc231b27539ebf4be3f0843cbf59841c
tree358938d277595e7cf94e5146dc0522239e45faf5
parent4806765ec47c11611b78a58908db872b1600e45f
Makefile.in (toplev.o): Depend on params.h.

* Makefile.in (toplev.o): Depend on params.h.
(intergate.o): Likewise.
(params.o): New target.
* flags.h (inline_max_insns): Remove.
* integrate.c: Include params.h.
Use MAX_INLINE_INSNS instead of inline_max_insns.
* params.c: New file.
* params.h: Likewise.
* params.def: Likewise.
* toplev.c: Include params.h.
(lang_independent_params): New variable.
(decode_f_option): Use the param machinery instead of setting
max_inline_insns.
(independent_decode_option): Handle "--param name=value".
(main): Register language-independent parameters.

From-SVN: r39683
gcc/ChangeLog
gcc/Makefile.in
gcc/flags.h
gcc/integrate.c
gcc/params.c [new file with mode: 0644]
gcc/params.def [new file with mode: 0644]
gcc/params.h [new file with mode: 0644]
gcc/toplev.c