]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: more archive-related field renamings users/nalcock/archive-v2/road-to-ctfv4
authorNick Alcock <nick.alcock@oracle.com>
Tue, 8 Jul 2025 14:10:43 +0000 (15:10 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 9 Jul 2025 20:47:00 +0000 (21:47 +0100)
commit8bc2641a1373afe38e35387ff520c6a98c1c3626
tree484e0ead76390032a789c7832cf73462b8c154bf
parent7c71bb794557763432cf9dc878811f9e48d45540
libctf: more archive-related field renamings

This one is definitely beneficial: ctf_archive_modent's ctf_offset
is just a bad name now it can be used as the offset of CTF, BTF,
or property values.  Just call it 'contents' instead (and drop
the 'offset' from the name_offset field as well.)
include/ctf.h
libctf/ctf-archive.c