]> gcc.gnu.org Git - gcc.git/commit
c-common.c (cb_register_builtins): Handle more built-ins here rather than in gcc...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Thu, 16 May 2002 19:09:40 +0000 (19:09 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 16 May 2002 19:09:40 +0000 (19:09 +0000)
commit748d29c1fc6cb2209a1da6e0536168d2b6e78af7
treeef69824f78f40bb0b12f54abb92bfa60441f8a3b
parent5279d7394efe3e6d39e9c5f0bbb066e63f4cf398
c-common.c (cb_register_builtins): Handle more built-ins here rather than in gcc.c specs.

* c-common.c (cb_register_builtins): Handle more built-ins
here rather than in gcc.c specs.
* gcc.c (cpp_unique_options): Move many built-ins to c-common.c.
(cpp_options): Pass -O flags even when only preprocessing.
* toplev.c (set_fast_math_flags): New prototype.
(fast_math_flags_set_p): New.
(set_no_fast_math_flags): Remove.
(decode_f_option): Update.
* toplev.h (set_fast_math_flags): Update.
(fast_math_flags_set_p): New.
(set_no_fast_math_flags): Remove.
config:
* c4x/c4x.c (c4x_override_options): Update.

From-SVN: r53526
gcc/ChangeLog
gcc/c-common.c
gcc/config/c4x/c4x.c
gcc/gcc.c
gcc/toplev.c
gcc/toplev.h
This page took 0.058923 seconds and 5 git commands to generate.