From 6e34d3a39f0ce48e95a2853df4be8d01eb745850 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 17 Jul 2004 20:35:04 +0100 Subject: langhooks.h (builtin_function): New langhook. * langhooks.h (builtin_function): New langhook. * langhooks-def.h (LANG_HOOKS_BUILTIN_FUNCTION): New. (LANG_HOOKS_INITIALIZER): Update. * tree.h (builtin_function): Remove. * doc/tm.texi: Update. * c-tree.h (builtin_function): Declare. * c-common.c, config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c, config/frv/frv.c, config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c, config/rs6000/rs6000.c, config/s390/s390.c, config/sh/sh.c, config/stormy16/stormy16.c: All callers of builtin_function changed. ada: * gigi.h (builtin_function): Declare. cp: * cp-tree.h (builtin_function): Declare. fortran: * trans.h (builtin_function): Declare. java: * java-tree.h (builtin_function): Declare. From-SVN: r84878 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/cp-tree.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'gcc/cp') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a67bfc3..1e0bec1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-07-17 Joseph S. Myers + + * cp-tree.h (builtin_function): Declare. + 2004-07-16 Mark Mitchell * class.c (finish_struct_methods): Remove unncessary code. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index a7d35d4..7ed1d5f 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -3763,6 +3763,8 @@ extern tree declare_global_var (tree, tree); extern void register_dtor_fn (tree); extern tmpl_spec_kind current_tmpl_spec_kind (int); extern tree cp_fname_init (const char *, tree *); +extern tree builtin_function (const char *, tree, int, enum built_in_class, + const char *, tree); extern tree check_elaborated_type_specifier (enum tag_types, tree, bool); extern void warn_extern_redeclared_static (tree, tree); extern bool cp_missing_noreturn_ok_p (tree); -- cgit v1.1