Add a new asm hook to print the end of a variable definition.
authorBernd Schmidt <bernds@codesourcery.com>
Thu, 6 Nov 2014 17:19:48 +0000 (17:19 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Thu, 6 Nov 2014 17:19:48 +0000 (17:19 +0000)
commitdc2af904c90c2644c2d8364c68e42264e854ff2a
tree4e848cc26ba0119f178b8262c8ae3d830b4ed5bb
parent4ad4ebfeae632ead1aa06203690ec7701569bb2f
Add a new asm hook to print the end of a variable definition.

* target.def (decl_end): New hook.
* varasm.c (assemble_variable_contents, assemble_constant_contents):
Use it.
* doc/tm.texi.in (TARGET_ASM_DECL_END): Add.
* doc/tm.texi: Regenerate.

From-SVN: r217196
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/target.def
gcc/varasm.c