This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r125758 - in /trunk/gcc: ChangeLog hooks.c hook...


Author: uros
Date: Sat Jun 16 18:52:11 2007
New Revision: 125758

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125758
Log:
        * targhooks.c (default_builtin_reciprocal): New default target hook.
        * targhooks.h (default_builtin_reciprocal): Add prototype.
        * hooks.c (hook_tree_tree_bool_null): Remove hook.
        * hooks.h (hook_tree_tree_bool_null): Remove prototype.
        * target-def.h (TARGET_BUILTIN_RECIPROCAL): Define as
        default_builtin_reciprocal.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/hooks.c
    trunk/gcc/hooks.h
    trunk/gcc/target-def.h
    trunk/gcc/targhooks.c
    trunk/gcc/targhooks.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]