]> git.ipfire.org Git - thirdparty/gcc.git/commit
Added fnspec to internal functions.
authorYury Gribov <y.gribov@samsung.com>
Mon, 11 Aug 2014 06:06:29 +0000 (06:06 +0000)
committerYury Gribov <ygribov@gcc.gnu.org>
Mon, 11 Aug 2014 06:06:29 +0000 (06:06 +0000)
commitb78475cf7322cdce66bae717ee5768baabe8f8d6
treecc507b413e35529d1cebf6d68425ef2f41fa5366
parentf473c082d8c9ddbc0d310160f12fad3f11a229e0
Added fnspec to internal functions.

2014-08-11  Yury Gribov  <y.gribov@samsung.com>

gcc/
        * gimple.c (gimple_call_fnspec): Support internal functions.
        (gimple_call_return_flags): Use const.
        * Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
        * internal-fn.def: Add fnspec information.
        * internal-fn.h (internal_fn_fnspec): New function.
        (init_internal_fns): Declare new function.
        * internal-fn.c (internal_fn_fnspec_array): New global variable.
        (init_internal_fns): New function.
        * tree-core.h: Update macro call.
        * tree.c (build_common_builtin_nodes): Initialize internal fns.

From-SVN: r213806
gcc/ChangeLog
gcc/Makefile.in
gcc/gimple.c
gcc/internal-fn.c
gcc/internal-fn.def
gcc/internal-fn.h
gcc/tree-core.h
gcc/tree.c