Age | Commit message (Expand) | Author | Files | Lines |
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 |