]> git.ipfire.org Git - thirdparty/gcc.git/commit
hooks.h (hook_uint_mode_0): Add Prototype.
authorAndrew MacLeod <amacleod@redhat.com>
Fri, 22 Nov 2013 16:19:21 +0000 (16:19 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Fri, 22 Nov 2013 16:19:21 +0000 (16:19 +0000)
commitfceec4d3d738b29c5e5c6d5dadd64c096f053f6a
tree6046b2c41ea50ac794232280ab4a1997a352faa9
parent2fb9a547b4c0a5abb0dedb0ffd8848cd7f86bd82
hooks.h (hook_uint_mode_0): Add Prototype.

* hooks.h (hook_uint_mode_0): Add Prototype.
* hooks.c (hook_uint_mode_0): New default function.
* target.def (atomic_align_for_mode): New target hook.
* tree.c (build_atomic_base): Add alignment override parameter.
(build_common_tree_nodes): Use atomic alignment override.
* doc/tm.texi.in (TARGET_ATOMIC_ALIGN_FOR_MODE): Define.
* doc/tm.texi (TARGET_ATOMIC_ALIGN_FOR_MODE): Add description.

From-SVN: r205273
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/hooks.c
gcc/hooks.h
gcc/target.def
gcc/tree.c