aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-10-28 08:41:31 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2012-10-28 08:41:31 +0000
commit0d8aa4b1e0369dea3320b59f3e5042eafc7ad0c1 (patch)
tree98fe995a8cff23e02d2f94883ad8982f599e279c /gcc/doc/tm.texi
parent3139d5eaa0000c6bb08cd21d3afe28ddf320a84e (diff)
downloadgcc-0d8aa4b1e0369dea3320b59f3e5042eafc7ad0c1.zip
gcc-0d8aa4b1e0369dea3320b59f3e5042eafc7ad0c1.tar.gz
gcc-0d8aa4b1e0369dea3320b59f3e5042eafc7ad0c1.tar.bz2
tm.texi.in (Misc): Add newline before @end.
* doc/tm.texi.in (Misc): Add newline before @end. * doc/tm.texi: Update. From-SVN: r192886
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 68713f7..665c5b1 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -11323,7 +11323,8 @@ accepted by immediate-add plus one. We currently assume that the
value of @code{TARGET_CONST_ANCHOR} is a power of 2. For example, on
MIPS, where add-immediate takes a 16-bit signed value,
@code{TARGET_CONST_ANCHOR} is set to @samp{0x8000}. The default value
-is zero, which disables this optimization. @end deftypevr
+is zero, which disables this optimization.
+@end deftypevr
@deftypefn {Target Hook} {unsigned HOST_WIDE_INT} TARGET_MEMMODEL_CHECK (unsigned HOST_WIDE_INT @var{val})
Validate target specific memory model mask bits. When NULL no target specific