[PATCH 00/19] libctf, and CTF support for objdump and readelf
Florian Weimer
fweimer@redhat.com
Fri May 3 16:19:00 GMT 2019
* Nick Alcock:
> - a very compact association between the ELF symbol table and CTF.
> No symbol table indexes are recorded: all are implied: the
> data-object section is as compact as possible, containing nothing
> but a stream of type IDs describing the type of data symbols in
> symbol table order.
Is this for GNU/Linux?
On GNU/Linux, DWARF unwinding information (in the form of
PT_GNU_EH_FRAME) is not optional, it is required by the ABI (although
many people pretend it's not, resulting in crashes or worse).
I'm worried that we have to add both in the future, DWARF data and CTF
data, which would be rather bad.
Thanks,
Florian
More information about the Binutils
mailing list