]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[libctf] Fix warning: @xref should not appear on @multitable line
authorTom de Vries <tdevries@suse.de>
Tue, 25 Feb 2025 07:29:19 +0000 (08:29 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 25 Feb 2025 07:29:19 +0000 (08:29 +0100)
When building gdb, I run into:
...
ctf-spec.texi:809: warning: @xref should not appear on @multitable line
...

The line in question is:
...
@multitable {Kind} {@code{CTF_K_VOLATILE}} {Indicates a type that cannot be represented in CTF, or that} {@xref{Pointers typedefs and cvr-quals}}
...
which defines a prototype row with 4 columns.

However, the table only has 3 colums:
...
@headitem Kind @tab Macro @tab Purpose
...

Fix the warning by removing the item in the prototype row representing a fourth column.

Tested on aarch64-linux.

PR libctf/32044
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32044

libctf/doc/ctf-spec.texi

index a79ee5ed083c0e6c01d7bfb735d97edd3c3ee629..5b2b881a895a9f0f5bf755add7bdd3d10d912941 100644 (file)
@@ -806,7 +806,7 @@ just very frequently @emph{referenced}.)
 Here's the set of kinds so far.  Each kind has a @code{#define} associated with
 it, also given here.
 
-@multitable {Kind} {@code{CTF_K_VOLATILE}} {Indicates a type that cannot be represented in CTF, or that} {@xref{Pointers typedefs and cvr-quals}}
+@multitable {Kind} {@code{CTF_K_VOLATILE}} {Indicates a type that cannot be represented in CTF, or that}
 @headitem Kind @tab Macro @tab Purpose
 @item 0
 @tab @code{CTF_K_UNKNOWN}