]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf/ctf-create.c
[PATCH] fix windmc typedef bug
[thirdparty/binutils-gdb.git] / libctf / ctf-create.c
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-10-03  Nick Alcocklibctf: remove ctf_malloc, ctf_free and ctf_strdup
2019-10-03  Nick Alcocklibctf: properly handle ctf_add_type of forwards and...
2019-10-03  Nick Alcocklibctf: avoid the need to ever use ctf_update
2019-10-03  Nick Alcocklibctf: handle nonrepresentable types at link time
2019-10-03  Nick Alcocklibctf: teach ctf_add_type how forwards work
2019-10-03  Nick Alcocklibctf: add CU-mapping machinery
2019-10-03  Nick Alcocklibctf: map from old to corresponding newly-added types...
2019-10-03  Nick Alcocklibctf: add the ctf_link machinery
2019-10-03  Nick Alcocklibctf: fix double-free on ctf_compress_write error...
2019-10-03  Nick Alcocklibctf: write CTF files to memory, and CTF archives...
2019-10-03  Nick Alcocklibctf: support getting strings from the ELF strtab
2019-10-03  Nick Alcocklibctf: allow the header to change between versions
2019-07-01  Nick Alcocklibctf: fix spurious error when rolling back to the...
2019-07-01  Nick Alcocklibctf: deduplicate and sort the string table
2019-06-21  Nick Alcocklibctf: drop mmap()-based CTF data allocator
2019-06-21  Nick Alcocklibctf: handle errors on dynhash insertion better
2019-06-05  Nick Alcocklibctf: eschew %zi format specifier
2019-06-04  Tom TromeyUse CHAR_BIT instead of NBBY in libctf
2019-06-04  Nick Alcocklibctf: look for BSD versus GNU qsort_r signatures
2019-05-31  Jose E. Marchesilibctf: fix a number of build problems found on Solaris...
2019-05-28  Nick Alcocklibctf: type copying
2019-05-28  Nick Alcocklibctf: creation functions