]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf/ctf-link.c
Fix heap-use-after-free in index-cached with --disable-threading
[thirdparty/binutils-gdb.git] / libctf / ctf-link.c
2024-04-19  Nick Alcocklibctf: don't pass errno into ctf_err_warn so often
2024-04-19  Nick Alcocklibctf: delete LCTF_DIRTY
2024-04-19  Nick Alcocklibctf: support addition of types to dicts read via...
2024-04-16  Alan Modralibctf warnings
2024-01-04  Alan ModraUpdate year range in copyright notice of binutils files
2023-11-20  Nick Alcocklibctf: adding CU mappings should be idempotent
2023-10-17  Torbjörn SVENSSONlibctf: Sanitize error types for PR 30836
2023-04-08  Nick Alcocklibctf, link: fix CU-mapped links with CTF_LINK_EMPTY_C...
2023-01-12  Nick Alcocklibctf: ctf-link outdated input check faulty
2023-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2022-12-08  Alan Modralibctf: avoid potential double free
2022-08-01  Alan Modralibctf: Avoid use of uninitialised variables
2022-06-21  Nick Alcocklibctf: fix linking together multiple objects derived...
2022-03-23  Nick Alcockinclude, libctf, ld: extend variable section to contain...
2022-01-02  Alan ModraUpdate year range in copyright notice of binutils files
2021-03-18  Nick Alcocklibctf: fix some tabdamage and move some code around
2021-03-02  Nick Alcockbfd, ld, libctf: skip zero-refcount strings in CTF...
2021-03-02  Nick Alcocklibctf: free ctf_dynsyms properly
2021-03-02  Nick Alcocklibctf: minor error-handling fixes
2021-03-02  Nick Alcocklibctf: add a deduplicator-specific type mapping table
2021-03-02  Nick Alcocklibctf: remove reference to "unconflicted link mode".
2021-03-02  Nick Alcocklibctf, include: remove the nondeduplicating CTF linker
2021-02-04  Nick Alcocklibctf, ld: fix symtypetab and var section population...
2021-01-05  Nick Alcocklibctf: warn about information loss because of unreleas...
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-11-20  Nick Alcocklibctf: do not crash when CTF symbol or variable linkin...
2020-11-20  Nick Alcocklibctf: symbol type linking support
2020-11-20  Nick Alcockbfd, include, ld, binutils, libctf: CTF should use...
2020-11-20  Nick Alcocklibctf, include, binutils, gdb: rename CTF-opening...
2020-11-20  Nick Alcocklibctf, include, binutils, gdb, ld: rename ctf_file_t...
2020-08-27  Nick Alcocklibctf, binutils, include, ld: gettextize and improve...
2020-07-22  Nick Alcocklibctf, link: tie in the deduplicating linker
2020-07-22  Nick Alcocklibctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION
2020-07-22  Nick Alcocklibctf, link: add the ability to filter out variables...
2020-07-22  Nick Alcocklibctf, link: fix spurious conflicts of variables in...
2020-07-22  Nick Alcocklibctf, link: redo cu-mapping handling
2020-07-22  Nick Alcocklibctf, link: fix ctf_link_write fd leak
2020-07-22  Nick Alcocklibctf, link: add lazy linking: clean up input members...
2020-07-22  Nick Alcocklibctf: sort out potential refcount loops
2020-07-22  Nick Alcocklibctf: rename the type_mapping_key to type_key
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
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: add CU-mapping machinery
2019-10-03  Nick Alcocklibctf: add linking of the variable section
2019-10-03  Nick Alcocklibctf: map from old to corresponding newly-added types...
2019-10-03  Nick Alcocklibctf: add the ctf_link machinery