]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Add missing @headitem for tables.
authorMartin Liska <mliska@suse.cz>
Sun, 6 Jun 2021 15:29:44 +0000 (17:29 +0200)
committerMartin Liska <mliska@suse.cz>
Sun, 6 Jun 2021 17:05:51 +0000 (19:05 +0200)
gcc/ChangeLog:

* doc/extend.texi: Add missing @headitem.
* doc/invoke.texi: Likewise.
* doc/objc.texi: Likewise.

gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/doc/objc.texi

index 8711745bbe8856a0f19160f33d4fca4dcd049e70..22f9e93073f1649e0556459f46c20cc8394bc65d 100644 (file)
@@ -15419,7 +15419,7 @@ to make this classification clear at a glance, the arguments and return
 values are given the following pseudo types:
 
 @multitable @columnfractions .20 .30 .15 .35
-@item Pseudo type @tab Real C type @tab Constant? @tab Description
+@headitem Pseudo type @tab Real C type @tab Constant? @tab Description
 @item @code{uh} @tab @code{unsigned short} @tab No @tab an unsigned halfword
 @item @code{uw1} @tab @code{unsigned int} @tab No @tab an unsigned word
 @item @code{sw1} @tab @code{int} @tab No @tab a signed word
@@ -15455,7 +15455,7 @@ for more details.
 The functions listed below map directly to FR-V I-type instructions.
 
 @multitable @columnfractions .45 .32 .23
-@item Function prototype @tab Example usage @tab Assembly output
+@headitem Function prototype @tab Example usage @tab Assembly output
 @item @code{sw1 __ADDSS (sw1, sw1)}
 @tab @code{@var{c} = __ADDSS (@var{a}, @var{b})}
 @tab @code{ADDSS @var{a},@var{b},@var{c}}
@@ -15494,7 +15494,7 @@ The functions listed below map directly to FR-V I-type instructions.
 The functions listed below map directly to FR-V M-type instructions.
 
 @multitable @columnfractions .45 .32 .23
-@item Function prototype @tab Example usage @tab Assembly output
+@headitem Function prototype @tab Example usage @tab Assembly output
 @item @code{uw1 __MABSHS (sw1)}
 @tab @code{@var{b} = __MABSHS (@var{a})}
 @tab @code{MABSHS @var{a},@var{b}}
@@ -15886,7 +15886,7 @@ hardware support exists.  @code{a} and @code{b} are @code{v4i8} values,
 and @code{c} and @code{d} are @code{v2q15} values.
 
 @multitable @columnfractions .50 .50
-@item C code @tab MIPS instruction
+@headitem C code @tab MIPS instruction
 @item @code{a + b} @tab @code{addu.qb}
 @item @code{c + d} @tab @code{addq.ph}
 @item @code{a - b} @tab @code{subu.qb}
@@ -15898,7 +15898,7 @@ hardware support exists for the DSP ASE REV 2.  @code{e} and @code{f} are
 @code{v2i16} values.
 
 @multitable @columnfractions .50 .50
-@item C code @tab MIPS instruction
+@headitem C code @tab MIPS instruction
 @item @code{e * f} @tab @code{mul.ph}
 @end multitable
 
@@ -16284,7 +16284,7 @@ support exists.  @code{a}, @code{b} and @code{c} are @code{v2sf}
 values and @code{x} is an integral value.
 
 @multitable @columnfractions .50 .50
-@item C code @tab MIPS instruction
+@headitem C code @tab MIPS instruction
 @item @code{a + b} @tab @code{add.ps}
 @item @code{a - b} @tab @code{sub.ps}
 @item @code{-a} @tab @code{neg.ps}
index 7102999cf31e8d06ae7e0d7c76f6c96393c0b21e..04048cd8332b2023200f781fb9dfabffb0dcafbf 100644 (file)
@@ -23602,7 +23602,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
-@item @strong{Family} @tab @strong{@samp{-mcpu} arguments}
+@headitem @strong{Family} @tab @strong{@samp{-mcpu} arguments}
 @item @samp{51} @tab @samp{51} @samp{51ac} @samp{51ag} @samp{51cn} @samp{51em} @samp{51je} @samp{51jf} @samp{51jg} @samp{51jm} @samp{51mm} @samp{51qe} @samp{51qm}
 @item @samp{5206} @tab @samp{5202} @samp{5204} @samp{5206}
 @item @samp{5206e} @tab @samp{5206e}
index a8c59429af922cad69b4370d3f6a0776f1defd53..cfd2470bc7af5485abce4e63682d0e6c8dd3d97b 100644 (file)
@@ -382,7 +382,7 @@ compiler on an i386 machine:
 @sp 1
 
 @multitable @columnfractions .60 .40
-@item Objective-C type
+@headitem Objective-C type
 @tab Compiler encoding
 @item
 @smallexample
@@ -416,7 +416,7 @@ Objective-C type specifiers:
 @sp 1
 
 @multitable @columnfractions .25 .75
-@item Specifier
+@headitem Specifier
 @tab Encoding
 @item @code{const}
 @tab @code{r}
@@ -445,7 +445,7 @@ Note how @code{const} interacts with pointers:
 @sp 1
 
 @multitable @columnfractions .25 .75
-@item Objective-C type
+@headitem Objective-C type
 @tab Compiler encoding
 @item
 @smallexample