summaryrefslogtreecommitdiff
path: root/libctf/ctf-link.c
Commit message (Expand)AuthorAgeFilesLines
* libctf, link: fix CU-mapped links with CTF_LINK_EMPTY_CU_MAPPINGSNick Alcock2023-04-081-10/+11
* libctf: ctf-link outdated input check faultyNick Alcock2023-01-121-6/+29
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* libctf: avoid potential double freeAlan Modra2022-12-081-1/+4
* libctf: Avoid use of uninitialised variablesAlan Modra2022-08-011-6/+10
* libctf: fix linking together multiple objects derived from the same sourceNick Alcock2022-06-211-33/+128
* include, libctf, ld: extend variable section to contain functions tooNick Alcock2022-03-231-1/+36
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* libctf: fix some tabdamage and move some code aroundNick Alcock2021-03-181-46/+46
* bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock2021-03-021-1/+2
* libctf: free ctf_dynsyms properlyNick Alcock2021-03-021-1/+1
* libctf: minor error-handling fixesNick Alcock2021-03-021-2/+11
* libctf: add a deduplicator-specific type mapping tableNick Alcock2021-03-021-219/+102
* libctf: remove reference to "unconflicted link mode".Nick Alcock2021-03-021-3/+3
* libctf, include: remove the nondeduplicating CTF linkerNick Alcock2021-03-021-230/+20
* libctf, ld: fix symtypetab and var section population under ld -rNick Alcock2021-02-041-1/+33
* libctf: warn about information loss because of unreleased format changesNick Alcock2021-01-051-0/+30
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* libctf: do not crash when CTF symbol or variable linking failsNick Alcock2020-11-201-6/+10
* libctf: symbol type linking supportNick Alcock2020-11-201-15/+331
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-3/+6
* libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock2020-11-201-4/+4
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-82/+82
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-65/+68
* libctf, link: tie in the deduplicating linkerNick Alcock2020-07-221-2/+658
* libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock2020-07-221-1/+2
* libctf, link: add the ability to filter out variables from the linkNick Alcock2020-07-221-0/+19
* libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock2020-07-221-1/+1
* libctf, link: redo cu-mapping handlingNick Alcock2020-07-221-25/+82
* libctf, link: fix ctf_link_write fd leakNick Alcock2020-07-221-0/+1
* libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock2020-07-221-100/+281
* libctf: sort out potential refcount loopsNick Alcock2020-07-221-1/+1
* libctf: rename the type_mapping_key to type_keyNick Alcock2020-07-221-9/+12
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-10-031-17/+3
* libctf: handle nonrepresentable types at link timeNick Alcock2019-10-031-4/+14
* libctf: add CU-mapping machineryNick Alcock2019-10-031-4/+167
* libctf: add linking of the variable sectionNick Alcock2019-10-031-24/+134
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-10-031-0/+114
* libctf: add the ctf_link machineryNick Alcock2019-10-031-0/+528