]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: don't include cv-quals or pointers in the name table
authorNick Alcock <nick.alcock@oracle.com>
Wed, 5 Mar 2025 19:01:12 +0000 (19:01 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Sun, 16 Mar 2025 15:25:28 +0000 (15:25 +0000)
commit13ce9e17b7d676abdb4b502125020d9df4a2de33
tree9bc86a83c64004527d9a75c5068b73064f18b8df
parent456d5bedcccae4ace2b28f4871ebba4cebed8efc
libctf: don't include cv-quals or pointers in the name table

Even if these types have a name recorded against them, we should
ignore it.  They don't have names, full stop.

libctf/ChangeLog:
* ctf-open.c (init_static_types): Drop nameless types when sizing
the name table.
(init_static_types_names_internal): Never pass in their name.
libctf/ctf-open.c