diff options
| author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-17 01:55:29 +0000 |
|---|---|---|
| committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-17 01:55:29 +0000 |
| commit | f5a725b576a80cf7f5906a49e34d7aeff127896e (patch) | |
| tree | 4620f5b7a5522182af65602d10916a81a2c3206e /gcc | |
| parent | 80f07f6c3bcc20a65ec64751ab55de0982e6afde (diff) | |
| download | ppe42-gcc-f5a725b576a80cf7f5906a49e34d7aeff127896e.tar.gz ppe42-gcc-f5a725b576a80cf7f5906a49e34d7aeff127896e.zip | |
* doc/tm.texi: Remove extra @table command.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44951 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/tm.texi | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 58f6533fe19..93b902d0ad8 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 d3e581975a9..1a99fc5564d 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 |

