aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi.in
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2014-11-06 17:19:48 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2014-11-06 17:19:48 +0000
commitdc2af904c90c2644c2d8364c68e42264e854ff2a (patch)
tree4e848cc26ba0119f178b8262c8ae3d830b4ed5bb /gcc/doc/tm.texi.in
parent4ad4ebfeae632ead1aa06203690ec7701569bb2f (diff)
downloadgcc-dc2af904c90c2644c2d8364c68e42264e854ff2a.zip
gcc-dc2af904c90c2644c2d8364c68e42264e854ff2a.tar.gz
gcc-dc2af904c90c2644c2d8364c68e42264e854ff2a.tar.bz2
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
Diffstat (limited to 'gcc/doc/tm.texi.in')
-rw-r--r--gcc/doc/tm.texi.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index bf1595c..f739fdf 100644
--- a/gcc/doc/tm.texi.in
+++ b/gcc/doc/tm.texi.in
@@ -5193,6 +5193,8 @@ It must not be modified by command-line option processing.
@hook TARGET_ASM_INTEGER
+@hook TARGET_ASM_DECL_END
+
@hook TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
@defmac ASM_OUTPUT_ASCII (@var{stream}, @var{ptr}, @var{len})