Age | Commit message (Expand) | Author | Files | Lines |
2021-01-05 | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 1 | -0/+24 |
2021-01-05 | libctf: remove outdated comment about parent dict importing | Nick Alcock | 1 | -0/+4 |
2021-01-05 | libctf, include: support unnamed structure members better | Nick Alcock | 1 | -0/+22 |
2021-01-05 | libctf: warn about information loss because of unreleased format changes | Nick Alcock | 1 | -0/+5 |
2021-01-05 | libctf: new test of enum lookups with the _next iterator | Nick Alcock | 1 | -0/+6 |
2021-01-05 | libctf: new testsuite | Nick Alcock | 1 | -0/+17 |
2021-01-05 | libctf: rip out BFD_DEPENDENCIES / BFD_LIBADD | Nick Alcock | 1 | -0/+15 |
2021-01-05 | libctf, ld: dump enums: generally improve dump formatting | Nick Alcock | 1 | -0/+23 |
2021-01-05 | libctf, ld: prohibit getting the size or alignment of forwards | Nick Alcock | 1 | -0/+13 |
2021-01-05 | libctf, ld: more dumper improvements | Nick Alcock | 1 | -0/+7 |
2021-01-05 | libctf, ld: CTF dumper changes for consistency | Nick Alcock | 1 | -0/+12 |
2021-01-05 | libctf: do not print array declarators backwards | Nick Alcock | 1 | -0/+4 |
2021-01-04 | In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGS | Nicolas Boulenguez | 1 | -0/+7 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -0/+4 |
2021-01-01 | ChangeLog rotation | Alan Modra | 1 | -1947/+7 |
2020-11-25 | libctf: Pass format argument to asprintf | H.J. Lu | 1 | -0/+5 |
2020-11-25 | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 1 | -0/+27 |
2020-11-20 | libctf: do not crash when CTF symbol or variable linking fails | Nick Alcock | 1 | -0/+5 |
2020-11-20 | libctf: error-handling fixes | Nick Alcock | 1 | -0/+9 |
2020-11-20 | libctf, include: add ctf_getsymsect and ctf_getstrsect | Nick Alcock | 1 | -0/+6 |
2020-11-20 | libctf, include: CTF-archive-wide symbol lookup | Nick Alcock | 1 | -0/+21 |
2020-11-20 | libctf, ld: properly deduplicate function types | Nick Alcock | 1 | -0/+5 |
2020-11-20 | libctf: adjust dumper for symtypetab changes | Nick Alcock | 1 | -0/+9 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -0/+112 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -0/+13 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 1 | -0/+14 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -0/+45 |
2020-10-21 | Remove libctf/mkerrors.sed | Tom Tromey | 1 | -0/+12 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -0/+85 |
2020-08-27 | libctf, binutils: initial work towards libctf gettextization | Nick Alcock | 1 | -0/+12 |
2020-07-26 | libctf: compilation failure on MinGW due to missing errno values | Eli Zaretskii | 1 | -0/+7 |
2020-07-22 | libctf: fixes for systems on which sizeof (void *) > sizeof (long) | Nick Alcock | 1 | -0/+9 |
2020-07-22 | libctf: fix isspace casts | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, binutils: fix big-endian libctf archive opening | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 1 | -0/+14 |
2020-07-22 | libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -0/+26 |
2020-07-22 | libctf, dedup: add new configure option --enable-libctf-hash-debugging | Nick Alcock | 1 | -0/+10 |
2020-07-22 | libctf: add SHA-1 support for libctf | Nick Alcock | 1 | -0/+13 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 1 | -0/+9 |
2020-07-22 | libctf, link: fix spurious conflicts of variables in the variable section | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 1 | -0/+20 |
2020-07-22 | libctf, link: fix ctf_link_write fd leak | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 1 | -0/+45 |
2020-07-22 | libctf: drop error-prone ctf_strerror | Nick Alcock | 1 | -0/+7 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 1 | -0/+16 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 1 | -0/+19 |
2020-07-22 | libctf: check for vasprintf | Nick Alcock | 1 | -0/+6 |
2020-07-22 | libctf, archive: fix bad error message | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 1 | -0/+11 |