From 0d8aa4b1e0369dea3320b59f3e5042eafc7ad0c1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 28 Oct 2012 08:41:31 +0000 Subject: [PATCH] tm.texi.in (Misc): Add newline before @end. * doc/tm.texi.in (Misc): Add newline before @end. * doc/tm.texi: Update. From-SVN: r192886 --- gcc/ChangeLog | 5 +++++ gcc/doc/tm.texi | 3 ++- gcc/doc/tm.texi.in | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5e5055..80ae1ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-10-28 Andreas Schwab + + * doc/tm.texi.in (Misc): Add newline before @end. + * doc/tm.texi: Update. + 2012-10-27 Joern Rennecke * lra-assigns.c (find_hard_regno_for): Fix use of WORDS_BIG_ENDIAN. 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 diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index c325cd4..289934b 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -11165,7 +11165,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 @hook TARGET_MEMMODEL_CHECK Validate target specific memory model mask bits. When NULL no target specific -- 2.7.4