Age | Commit message (Expand) | Author | Files | Lines |
2 days | libctf: link: suppress symtypetab emission when emitting BTF | Nick Alcock | 1 | -0/+15 |
2 days | libctf: link: fix we-wrote-BTF reporting | Nick Alcock | 1 | -1/+1 |
3 days | libctf: more output format control | Nick Alcock | 1 | -2/+39 |
11 days | fixup! libctf: dedup: support cu-mapped emission into the parent dict (no chi... | Nick Alcock | 1 | -1/+5 |
2025-03-20 | libctf: lots and lots of compilation error fixes | Nick Alcock | 1 | -4/+4 |
2025-03-20 | libctf: drop most variable deletion | Nick Alcock | 1 | -245/+8 |
2025-03-20 | libctf: ctf-type / ctf-create: BTF / CTFv4 wip | Nick Alcock | 1 | -3/+4 |
2025-02-28 | libctf: move string deduplication into ctf-archive | Nick Alcock | 1 | -42/+6 |
2025-02-28 | libctf: string: refs rework | Nick Alcock | 1 | -3/+5 |
2025-02-28 | libctf: move ctf_elf*_to_link_sym to ctf-link.c | Nick Alcock | 1 | -0/+86 |
2025-02-28 | libctf: actually deduplicate the strtab | Nick Alcock | 1 | -7/+43 |
2025-02-28 | libctf, archive, link: fix parent importing | Nick Alcock | 1 | -38/+72 |
2025-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2024-07-31 | libctf, include: add ctf_dict_set_flag: less enum dup checking by default | Nick Alcock | 1 | -8/+23 |
2024-07-31 | libctf: link: remember to turn off the LCTF_LINKING flag after ctf_link_write | Nick Alcock | 1 | -0/+4 |
2024-07-31 | libctf: link: fix error handling | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf, dedup: drop unnecessary arg from ctf_dedup() | Nick Alcock | 1 | -2/+2 |
2024-04-19 | libctf: don't pass errno into ctf_err_warn so often | Nick Alcock | 1 | -11/+11 |
2024-04-19 | libctf: delete LCTF_DIRTY | Nick Alcock | 1 | -2/+0 |
2024-04-19 | libctf: support addition of types to dicts read via ctf_open() | Nick Alcock | 1 | -1/+13 |
2024-04-17 | libctf warnings | Alan Modra | 1 | -1/+1 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-11-20 | libctf: adding CU mappings should be idempotent | Nick Alcock | 1 | -2/+16 |
2023-10-17 | libctf: Sanitize error types for PR 30836 | Torbjörn SVENSSON | 1 | -10/+5 |
2023-04-08 | libctf, link: fix CU-mapped links with CTF_LINK_EMPTY_CU_MAPPINGS | Nick Alcock | 1 | -10/+11 |
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 |