]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: serialize: type section sizing
authorNick Alcock <nick.alcock@oracle.com>
Fri, 25 Apr 2025 13:17:36 +0000 (14:17 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 25 Apr 2025 17:07:44 +0000 (18:07 +0100)
commit67cd167767093a04b8420d91719c9e928fb8646e
tree8af9a99e77d14b7ae3720be47cd0e8b9ffcfc8ec
parentdb9897214528ad4fef682b5fba79e6b8aea40c35
libctf: serialize: type section sizing

This is made much simpler by the fact that the DTD representation
now tracks the size of each vlen, so we don't need per-type-kind
code to track it ourselves any more.  There's extra code to handle
type suppression, CTF_K_BIG elision, and prefixes.
libctf/ctf-serialize.c