Fix: Null pointer dereference in ldlex.l
[binutils-gdb.git] / libctf / NEWS
blobf4e59734639bbd05dcfc135f7625aab82b35ae96
1 -*- text -*-
3 Changes in 2.39:
5 * New features
7 ** The CTF variable section (if generated via ld --ctf-variables) now contains
8    entries for static functions, hidden functions, and other functions with
9    no associated symbol.  The associated type is of kind CTF_K_FUNCTION.
10    (No change if --ctf-variables is not specified, which is the default.)
12 Changes in 2.37:
14 * New features
16 ** Add ctf_lookup_by_symbol name and ctf_arc_lookup_symbol_name, analogues of
17    existing ctf_lookup_by_symbol and ctf_arc_lookup_symbol, but looking up
18    symbols by name rather than symbol number.  This also works in places where no
19    symbol number is known, like in object files and dynamic dicts created by
20    ctf_create.
22 ** libctf supports compilers that encode unrepresentable types via a special
23    kind (CTF_K_UNKNOWN) as well as via type ID 0.
25 * Bugfixes
27 ** Avoid duplicating or losing types of data object symbols when
28    ld -r is used
30 ** Prohibit typedefs with no name; prevent the linker/deduplicator
31    producing such typedefs
33 * Bugfixes, also on 2.36 branch
35 ** Prevent ctf_lookup_by_name returning success when
36    looking up nonexistent pointer types
38 ** Fix ctf_type_add copying of structs with unnamed members