Makefile.in: Update.
authorNeil Booth <neil@gcc.gnu.org>
Sat, 21 Jun 2003 15:59:31 +0000 (15:59 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 21 Jun 2003 15:59:31 +0000 (15:59 +0000)
commit058de654c50a7a0bcea4a6447d163b9d8d2d3cb0
tree653ac33030daee31271ea46a6238a3dc13dd1fdc
parent6ecaa2701dce0c9dc132b190f79e4ab02f150577
Makefile.in: Update.

* Makefile.in: Update.
* c-opts.c (c_common_handle_option): Don't return -1.
* common.opt: New switches.
* opts.c: Include rtl.h, ggc.h and output.h.
(find_opt): Only stop searching when input switch compares
less than the stored switch.  Continue searching if greater.
(handle_option): No need to handle negative return values.
(common_handle_option): Handle new switches.
(set_fast_math_flags, fast_math_flags_set_p): New.
* toplev.c (set_fast_math_flags, fast_math_flags_set_p):
Move to opts.c.
(decode_f_option): Some switches moved to opts.c.
(parse_options_and_default_flags): No need to cater for negative
return values.
f:
* top.c (ffe_handle_option): No need to return -1 any more.

From-SVN: r68307
gcc/Makefile.in
gcc/c-opts.c
gcc/common.opt
gcc/f/top.c
gcc/opts.c
gcc/toplev.c