From: Nick Alcock Date: Fri, 25 Apr 2025 20:55:35 +0000 (+0100) Subject: libctf: spec: be more specific about Solaris CTF versions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ae1ab31e2e287058327c693c6ba2712a090da5;p=thirdparty%2Fbinutils-gdb.git libctf: spec: be more specific about Solaris CTF versions Solaris has a CTFv3 now, modelled on FreeBSD's: be explicit that we are derived from Solaris CTFv2, not v3. (The spec is not updated for CTFv4/BTF at all yet.) --- diff --git a/libctf/doc/ctf-spec.texi b/libctf/doc/ctf-spec.texi index 5b2b881a895..a68a601ac45 100644 --- a/libctf/doc/ctf-spec.texi +++ b/libctf/doc/ctf-spec.texi @@ -321,10 +321,10 @@ The version of the CTF dictionary can be determined by inspecting @tindex CTF_VERSION_3 @cindex CTF versions, versions -@multitable {@code{CTF_VERSION_1_UPGRADED_3}} {Number} {First version, rare. Very similar to Solaris CTF.} +@multitable {@code{CTF_VERSION_1_UPGRADED_3}} {Number} {First version, rare. Very similar to Solaris CTF version 2.} @headitem Version @tab Number @tab Description @item @code{CTF_VERSION_1} -@tab 1 @tab First version, rare. Very similar to Solaris CTF. +@tab 1 @tab First version, rare. Very similar to Solaris CTF version 2. @item @code{CTF_VERSION_1_UPGRADED_3} @tab 2 @tab First version, upgraded to v3 or higher and written out again.