summaryrefslogtreecommitdiff
path: root/libctf/ctf-link.c
AgeCommit message (Expand)Author
2023-11-20libctf: adding CU mappings should be idempotentNick Alcock
2023-10-17libctf: Sanitize error types for PR 30836Torbjörn SVENSSON
2023-04-08libctf, link: fix CU-mapped links with CTF_LINK_EMPTY_CU_MAPPINGSNick Alcock
2023-01-12libctf: ctf-link outdated input check faultyNick Alcock
2023-01-01Update year range in copyright notice of binutils filesAlan Modra
2022-12-08libctf: avoid potential double freeAlan Modra
2022-08-01libctf: Avoid use of uninitialised variablesAlan Modra
2022-06-21libctf: fix linking together multiple objects derived from the same sourceNick Alcock
2022-03-23include, libctf, ld: extend variable section to contain functions tooNick Alcock
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-03-18libctf: fix some tabdamage and move some code aroundNick Alcock
2021-03-02bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock
2021-03-02libctf: free ctf_dynsyms properlyNick Alcock
2021-03-02libctf: minor error-handling fixesNick Alcock
2021-03-02libctf: add a deduplicator-specific type mapping tableNick Alcock
2021-03-02libctf: remove reference to "unconflicted link mode".Nick Alcock
2021-03-02libctf, include: remove the nondeduplicating CTF linkerNick Alcock
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock
2021-01-05libctf: warn about information loss because of unreleased format changesNick Alcock
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-11-20libctf: do not crash when CTF symbol or variable linking failsNick Alcock
2020-11-20libctf: symbol type linking supportNick Alcock
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock
2020-07-22libctf, link: tie in the deduplicating linkerNick Alcock
2020-07-22libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock
2020-07-22libctf, link: add the ability to filter out variables from the linkNick Alcock
2020-07-22libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock
2020-07-22libctf, link: fix ctf_link_write fd leakNick Alcock
2020-07-22libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock
2020-07-22libctf: sort out potential refcount loopsNick Alcock
2020-07-22libctf: rename the type_mapping_key to type_keyNick Alcock
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock
2019-10-03libctf: add CU-mapping machineryNick Alcock
2019-10-03libctf: add linking of the variable sectionNick Alcock
2019-10-03libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock
2019-10-03libctf: add the ctf_link machineryNick Alcock