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

--- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom de Vries <vr...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f40b59b91240886003b679ff4a3fd51b6b60696a

commit f40b59b91240886003b679ff4a3fd51b6b60696a
Author: Tom de Vries <tdevr...@suse.de>
Date:   Tue Feb 25 08:29:19 2025 +0100

    [libctf] Fix warning: @xref should not appear on @multitable line

    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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to