aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-link.c
AgeCommit message (Expand)AuthorFilesLines
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