aboutsummaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)AuthorFilesLines
2021-01-05libctf: do not print array declarators backwardsNick Alcock2-3/+6
2021-01-04In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGSNicolas Boulenguez3-2/+11
2021-01-01Update year range in copyright notice of binutils filesAlan Modra31-30/+34
2021-01-01ChangeLog rotationAlan Modra2-1947/+1961
2020-11-25libctf: Pass format argument to asprintfH.J. Lu2-1/+6
2020-11-25libctf, include: support foreign-endianness symtabs with CTFNick Alcock9-43/+173
2020-11-20libctf: do not crash when CTF symbol or variable linking failsNick Alcock2-6/+15
2020-11-20libctf: error-handling fixesNick Alcock3-4/+25
2020-11-20libctf, include: add ctf_getsymsect and ctf_getstrsectNick Alcock3-0/+21
2020-11-20libctf, include: CTF-archive-wide symbol lookupNick Alcock4-15/+257
2020-11-20libctf, ld: properly deduplicate function typesNick Alcock2-5/+26
2020-11-20libctf: adjust dumper for symtypetab changesNick Alcock2-131/+88
2020-11-20libctf: symbol type linking supportNick Alcock11-257/+1858
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock7-8/+72
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock4-33/+66
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock20-639/+704
2020-10-21Remove libctf/mkerrors.sedTom Tromey5-56/+31
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock13-360/+533
2020-08-27libctf, binutils: initial work towards libctf gettextizationNick Alcock8-19/+100
2020-07-26libctf: compilation failure on MinGW due to missing errno valuesEli Zaretskii3-0/+15
2020-07-22libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock4-8/+21
2020-07-22libctf: fix isspace castsNick Alcock2-3/+7
2020-07-22libctf, binutils: fix big-endian libctf archive openingNick Alcock2-1/+6
2020-07-22libctf, link: tie in the deduplicating linkerNick Alcock4-2/+693
2020-07-22libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock2-1/+7
2020-07-22libctf, dedup: add deduplicatorNick Alcock12-23/+3396
2020-07-22libctf, dedup: add new configure option --enable-libctf-hash-debuggingNick Alcock7-2/+65
2020-07-22libctf: add SHA-1 support for libctfNick Alcock6-12/+139
2020-07-22libctf, link: add the ability to filter out variables from the linkNick Alcock5-1/+37
2020-07-22libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock2-1/+6
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock5-31/+126
2020-07-22libctf, link: fix ctf_link_write fd leakNick Alcock2-0/+5
2020-07-22libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock7-128/+601
2020-07-22libctf: drop error-prone ctf_strerrorNick Alcock4-8/+9
2020-07-22libctf: sort out potential refcount loopsNick Alcock5-8/+67
2020-07-22libctf: rename the type_mapping_key to type_keyNick Alcock4-28/+50
2020-07-22libctf: check for vasprintfNick Alcock4-12/+32
2020-07-22libctf, archive: fix bad error messageNick Alcock2-1/+5
2020-07-22libctf, open: fix opening CTF in binaries with no symtabNick Alcock4-26/+70
2020-07-22libctf, dump: fix slice dumpingNick Alcock2-35/+65
2020-07-22libctf, dump: migrate towards dumping errors rather than truncationNick Alcock2-10/+19
2020-07-22libctf, decl: avoid leaks of the formatted string on errorNick Alcock2-1/+9
2020-07-22libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock3-50/+89
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock7-0/+147
2020-07-22libctf, types: ensure the emission of ECTF_NOPARENTEgeyar Bagcioglu2-1/+5
2020-07-22libctf: error out on corrupt CTF with invalid header flagsNick Alcock2-0/+7
2020-07-22libctf: pass the thunk down properly when wrapping qsort_rNick Alcock2-1/+5
2020-07-22libctf, next, hash: add dynhash and dynset _next iterationNick Alcock5-1/+305
2020-07-22libctf, next: introduce new class of easier-to-use iteratorsNick Alcock7-6/+561
2020-07-22libctf: add ctf_refNick Alcock3-0/+17