aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2001-08-17 01:55:29 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-08-17 01:55:29 +0000
commit8daaf93ce179c7d64e9d3e0f59fb75d61a113ed2 (patch)
tree4620f5b7a5522182af65602d10916a81a2c3206e
parent9e0ba68596a905bf69b818a2747c9a4e20cf16cd (diff)
downloadgcc-8daaf93ce179c7d64e9d3e0f59fb75d61a113ed2.zip
gcc-8daaf93ce179c7d64e9d3e0f59fb75d61a113ed2.tar.gz
gcc-8daaf93ce179c7d64e9d3e0f59fb75d61a113ed2.tar.bz2
* doc/tm.texi: Remove extra @table command.
From-SVN: r44951
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/tm.texi1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 58f6533..93b902d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2001-08-16 Zack Weinberg <zackw@panix.com>
+ * doc/tm.texi: Remove extra @table command.
+
+2001-08-16 Zack Weinberg <zackw@panix.com>
+
* final.c (shorten_branches): Clear the end of the label_align
array only if we made it larger. Break up messy expressions
for clarity.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index d3e5819..1a99fc5 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -7151,7 +7151,6 @@ to set the variable @var{align_jumps} in the target's
@code{OVERRIDE_OPTIONS}. Otherwise, you should try to honour the user's
selection in @var{align_jumps} in a @code{JUMP_ALIGN} implementation.
-@table @code
@findex LABEL_ALIGN_AFTER_BARRIER
@item LABEL_ALIGN_AFTER_BARRIER (@var{label})
The alignment (log base 2) to put in front of @var{label}, which follows