diff options
author | Tom de Vries <tdevries@suse.de> | 2025-02-25 08:29:19 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-02-25 08:29:19 +0100 |
commit | f40b59b91240886003b679ff4a3fd51b6b60696a (patch) | |
tree | a80c649701ada05b79e9562bd676200b7183f935 /gdb/testsuite/gdb.cell/data.exp | |
parent | 5524062fadf58b8895abc9b0d30c25dd2591df23 (diff) | |
download | fsf-binutils-gdb-master.zip fsf-binutils-gdb-master.tar.gz fsf-binutils-gdb-master.tar.bz2 |
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
Diffstat (limited to 'gdb/testsuite/gdb.cell/data.exp')
0 files changed, 0 insertions, 0 deletions