]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace BT_FN_VOID_PTR_VAR.
authorPaul Koning <pkoning@equallogic.com>
Mon, 28 Jan 2002 20:07:01 +0000 (12:07 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 28 Jan 2002 20:07:01 +0000 (12:07 -0800)
commit3bca17dda39ffb2511ae875670e9607188d1d61c
tree1ebd0b241fb11fb62245b14253bea99f3346382e
parent4debe14deb949b6ba322c14fc63e457678cfda23
builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace BT_FN_VOID_PTR_VAR.

        * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
        BT_FN_VOID_PTR_VAR.
        * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
        * doc/extend.texi (__builtin_prefetch): Update documentation:
        first argument is now const void ptr.

        * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
        argument to __builtin_prefetch to be const ptr.

From-SVN: r49296
gcc/ChangeLog
gcc/builtin-types.def
gcc/builtins.def
gcc/doc/extend.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-1.c