Age | Commit message (Expand) | Author | Files | Lines |
2022-06-21 | libctf: fix linking together multiple objects derived from the same source | Nick Alcock | 1 | -0/+4 |
2022-03-23 | libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging option | Nick Alcock | 1 | -0/+2 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-05-09 | Use htab_eq_string in libctf | Alan Modra | 1 | -2/+0 |
2021-03-21 | Provide an inline startswith function in bfd.h | Alan Modra | 1 | -0/+1 |
2021-03-18 | libctf: types: unify code dealing with small-vs-large struct members | Nick Alcock | 1 | -2/+2 |
2021-03-18 | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 1 | -14/+0 |
2021-03-18 | libctf: eliminate dtd_u, part 4: enums | Nick Alcock | 1 | -0/+3 |
2021-03-18 | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 1 | -1/+4 |
2021-03-18 | libctf: eliminate dtd_u, part 3: functions | Nick Alcock | 1 | -1/+0 |
2021-03-18 | libctf: eliminate dtd_u, part 2: arrays | Nick Alcock | 1 | -1/+0 |
2021-03-18 | libctf: eliminate dtd_u, part 1: int/float/slice | Nick Alcock | 1 | -2/+1 |
2021-03-18 | libctf: fix comment above ctf_dict_t | Nick Alcock | 1 | -5/+6 |
2021-03-02 | libctf: add a deduplicator-specific type mapping table | Nick Alcock | 1 | -8/+9 |
2021-02-20 | libctf, include: find types of symbols by name | Nick Alcock | 1 | -2/+4 |
2021-02-04 | libctf, ld: fix symtypetab and var section population under ld -r | Nick Alcock | 1 | -3/+5 |
2021-01-05 | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 1 | -0/+3 |
2021-01-05 | libctf, include: support unnamed structure members better | Nick Alcock | 1 | -5/+7 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-25 | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 1 | -0/+2 |
2020-11-20 | libctf, include: CTF-archive-wide symbol lookup | Nick Alcock | 1 | -1/+4 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -6/+56 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -0/+1 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -89/+90 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -11/+6 |
2020-08-27 | libctf, binutils: initial work towards libctf gettextization | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -0/+127 |
2020-07-22 | libctf, dedup: add new configure option --enable-libctf-hash-debugging | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: add SHA-1 support for libctf | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 1 | -1/+6 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 1 | -3/+18 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf: drop error-prone ctf_strerror | Nick Alcock | 1 | -1/+0 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 1 | -0/+2 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 1 | -10/+9 |
2020-07-22 | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 1 | -0/+17 |
2020-07-22 | libctf, next, hash: add dynhash and dynset _next iteration | Nick Alcock | 1 | -1/+20 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 1 | -0/+32 |
2020-07-22 | libctf: move existing inlines into ctf-inlines.h | Nick Alcock | 1 | -8/+0 |
2020-07-22 | libctf, hash: introduce the ctf_dynset | Nick Alcock | 1 | -0/+13 |
2020-07-22 | libctf: add new dynhash functions | Nick Alcock | 1 | -0/+8 |
2020-07-22 | libctf: fix __extension__ with non-GNU C compilers | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, archive: stop ctf_arc_bufopen triggering crazy unmaps | Nick Alcock | 1 | -4/+6 |
2020-07-22 | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 1 | -1/+1 |
2020-07-22 | include, libctf: typo fixes | Nick Alcock | 1 | -1/+1 |
2020-06-26 | libctf: work with compilers not supporting GNU C attributes | Nick Alcock | 1 | -0/+7 |
2020-06-26 | libctf, binutils: support CTF archives like objdump | Nick Alcock | 1 | -1/+5 |
2020-06-26 | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 1 | -1/+1 |