bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug libctf/25120] Portability issues in binutils 2.33 due to libctf


From: nick.alcock at oracle dot com
Subject: [Bug libctf/25120] Portability issues in binutils 2.33 due to libctf
Date: Fri, 03 Jan 2020 16:46:44 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25120

--- Comment #14 from Nick Alcock <nick.alcock at oracle dot com> ---
CTF is not ELF-specific. The only intrinsically ELF-specific portion of libctf
is the machinery which associates symbol table entries with CTF entries, and
that isn't even fully implemented yet (because I haven't got to it). Some
things are only implemented for ELF but are perfectly implementable for other
executable formats, notably ctf_open() and ctf_fdopen(), and the sharing of
strings with the executable's string table.

A fix for this is going through review and should probably be applied soon.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]