Age | Commit message (Expand) | Author | Files | Lines |
2023-01-12 | libctf: ctf-link outdated input check faulty | Nick Alcock | 1 | -6/+29 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-08 | libctf: avoid potential double free | Alan Modra | 1 | -1/+4 |
2022-08-01 | libctf: Avoid use of uninitialised variables | Alan Modra | 1 | -6/+10 |
2022-06-21 | libctf: fix linking together multiple objects derived from the same source | Nick Alcock | 1 | -33/+128 |
2022-03-23 | include, libctf, ld: extend variable section to contain functions too | Nick Alcock | 1 | -1/+36 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-03-18 | libctf: fix some tabdamage and move some code around | Nick Alcock | 1 | -46/+46 |
2021-03-02 | bfd, ld, libctf: skip zero-refcount strings in CTF string reporting | Nick Alcock | 1 | -1/+2 |
2021-03-02 | libctf: free ctf_dynsyms properly | Nick Alcock | 1 | -1/+1 |
2021-03-02 | libctf: minor error-handling fixes | Nick Alcock | 1 | -2/+11 |
2021-03-02 | libctf: add a deduplicator-specific type mapping table | Nick Alcock | 1 | -219/+102 |
2021-03-02 | libctf: remove reference to "unconflicted link mode". | Nick Alcock | 1 | -3/+3 |
2021-03-02 | libctf, include: remove the nondeduplicating CTF linker | Nick Alcock | 1 | -230/+20 |
2021-02-04 | libctf, ld: fix symtypetab and var section population under ld -r | Nick Alcock | 1 | -1/+33 |
2021-01-05 | libctf: warn about information loss because of unreleased format changes | Nick Alcock | 1 | -0/+30 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-20 | libctf: do not crash when CTF symbol or variable linking fails | Nick Alcock | 1 | -6/+10 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -15/+331 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -3/+6 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 1 | -4/+4 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -82/+82 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -65/+68 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 1 | -2/+658 |
2020-07-22 | libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION | Nick Alcock | 1 | -1/+2 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 1 | -0/+19 |
2020-07-22 | libctf, link: fix spurious conflicts of variables in the variable section | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 1 | -25/+82 |
2020-07-22 | libctf, link: fix ctf_link_write fd leak | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 1 | -100/+281 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 1 | -9/+12 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: avoid the need to ever use ctf_update | Nick Alcock | 1 | -17/+3 |
2019-10-03 | libctf: handle nonrepresentable types at link time | Nick Alcock | 1 | -4/+14 |
2019-10-03 | libctf: add CU-mapping machinery | Nick Alcock | 1 | -4/+167 |
2019-10-03 | libctf: add linking of the variable section | Nick Alcock | 1 | -24/+134 |
2019-10-03 | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 1 | -0/+114 |
2019-10-03 | libctf: add the ctf_link machinery | Nick Alcock | 1 | -0/+528 |