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