diff options
author | Richard Sandiford <richard@codesourcery.com> | 2007-01-12 15:27:42 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-01-12 15:27:42 +0000 |
commit | 1cbe999f085718f7310aa7f8352cce3cbd9e4526 (patch) | |
tree | 9d861527ebb6e41d04465fd3ba5a780e479b0ca4 /gcc | |
parent | 102693c7de0353708ca7f844322aa25180ee535f (diff) | |
download | gcc-1cbe999f085718f7310aa7f8352cce3cbd9e4526.zip gcc-1cbe999f085718f7310aa7f8352cce3cbd9e4526.tar.gz gcc-1cbe999f085718f7310aa7f8352cce3cbd9e4526.tar.bz2 |
invoke.texi: Avoid use of @headitem.
gcc/
* doc/invoke.texi: Avoid use of @headitem.
From-SVN: r120726
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cdb999c..d599753 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2007-01-12 Richard Sandiford <richard@codesourcery.com> + * doc/invoke.texi: Avoid use of @headitem. + +2007-01-12 Richard Sandiford <richard@codesourcery.com> + * cse.c (cse_insn): Move HAVE_CC0 code after declarations. 2007-01-12 Richard Sandiford <richard@codesourcery.com> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 221551c..f44e28d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10301,7 +10301,7 @@ and @samp{cpu32}. The ColdFire @var{cpu}s are given by the table below, which also classifies the CPUs into families: @multitable @columnfractions 0.20 0.80 -@headitem Family @tab @samp{-mcpu} arguments +@item @strong{Family} @tab @strong{@samp{-mcpu} arguments} @item @samp{5206} @tab @samp{5202} @samp{5204} @samp{5206} @item @samp{5206e} @tab @samp{5206e} @item @samp{5208} @tab @samp{5207} @samp{5208} |