aboutsummaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)AuthorFilesLines
2021-01-13Regen Makefile.in for jobserver.m4 aclocal.m4 dependencyAlan Modra2-0/+5
2021-01-12Implement a workaround for GNU mak jobserverH.J. Lu4-0/+28
2021-01-11Binutils: Check if AR works with --plugin and rcH.J. Lu2-3/+16
2021-01-09Binutils: Pass --plugin to AR and RANLIBH.J. Lu2-2/+29
2021-01-09Add Changelog entries and NEWS entries for 2.36 branchNick Clifton1-0/+4
2021-01-09configure regenAlan Modra2-2/+6
2021-01-07libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a...Samuel Thibault2-11/+5
2021-01-05libctf, testsuite: adjust for real return type of ctf_member_countNick Alcock2-3/+8
2021-01-05libctf, testsuite: don't run without a suitable compilerNick Alcock6-3/+57
2021-01-05libctf, ld: fix formatting of forwards to unions and enumsNick Alcock2-1/+25
2021-01-05libctf: fix old ChangeLog typoNick Alcock1-1/+1
2021-01-05libctf: fix lookups of pointers by name in parent dictsNick Alcock13-33/+467
2021-01-05libctf: remove outdated comment about parent dict importingNick Alcock2-3/+5
2021-01-05libctf, include: support unnamed structure members betterNick Alcock11-101/+381
2021-01-05libctf: warn about information loss because of unreleased format changesNick Alcock2-0/+35
2021-01-05libctf: new test of enum lookups with the _next iteratorNick Alcock4-0/+166
2021-01-05libctf: new testsuiteNick Alcock13-24/+816
2021-01-05libctf: rip out BFD_DEPENDENCIES / BFD_LIBADDNick Alcock5-65/+36
2021-01-05libctf, ld: dump enums: generally improve dump formattingNick Alcock4-141/+199
2021-01-05libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock4-18/+90
2021-01-05libctf, ld: more dumper improvementsNick Alcock2-37/+40
2021-01-05libctf, ld: CTF dumper changes for consistencyNick Alcock2-11/+51
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