summaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
AgeCommit message (Expand)Author
2021-03-02bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock
2021-03-02libctf: free ctf_dynsyms properlyNick Alcock
2021-03-02libctf: fix signed/unsigned comparison confusionNick Alcock
2021-03-02libctf: minor error-handling fixesNick Alcock
2021-03-02libctf: add a deduplicator-specific type mapping tableNick Alcock
2021-03-02libctf: remove reference to "unconflicted link mode".Nick Alcock
2021-03-02libctf, include: remove the nondeduplicating CTF linkerNick Alcock
2021-03-02libctf: fix ChangeLog dateNick Alcock
2021-03-02libctf: reimplement many _iter iterators in terms of _nextNick Alcock
2021-03-02libctf: ctf_archive_next should set the parent name consistentlyNick Alcock
2021-02-26libctf regen for NEWSAlan Modra
2021-02-21libctf AC_CANONICAL_TARGETAlan Modra
2021-02-20libctf, include: find types of symbols by nameNick Alcock
2021-02-20Include ld-lib.exp from ctf-lib.expAlan Modra
2021-02-10libctf: add missing header in BFD ELF checkNick Alcock
2021-02-10libctf: require a Tcl capable of try/catch to run testsNick Alcock
2021-02-10bfd, opcodes, libctf: support --with-included-gettextNick Alcock
2021-02-04libctf: always name nameless types "", never NULLNick Alcock
2021-02-04libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock
2021-02-04libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock
2021-02-04libctf: rip out dead code handling typedefs with no nameNick Alcock
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock
2021-01-19libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock
2021-01-19libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock
2021-01-13Regen Makefile.in for jobserver.m4 aclocal.m4 dependencyAlan Modra
2021-01-12Implement a workaround for GNU mak jobserverH.J. Lu
2021-01-11Binutils: Check if AR works with --plugin and rcH.J. Lu
2021-01-09Binutils: Pass --plugin to AR and RANLIBH.J. Lu
2021-01-09Add Changelog entries and NEWS entries for 2.36 branchNick Clifton
2021-01-09configure regenAlan Modra
2021-01-07libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a...Samuel Thibault
2021-01-05libctf, testsuite: adjust for real return type of ctf_member_countNick Alcock
2021-01-05libctf, testsuite: don't run without a suitable compilerNick Alcock
2021-01-05libctf, ld: fix formatting of forwards to unions and enumsNick Alcock
2021-01-05libctf: fix lookups of pointers by name in parent dictsNick Alcock
2021-01-05libctf: remove outdated comment about parent dict importingNick Alcock
2021-01-05libctf, include: support unnamed structure members betterNick Alcock
2021-01-05libctf: warn about information loss because of unreleased format changesNick Alcock
2021-01-05libctf: new test of enum lookups with the _next iteratorNick Alcock
2021-01-05libctf: new testsuiteNick Alcock
2021-01-05libctf: rip out BFD_DEPENDENCIES / BFD_LIBADDNick Alcock
2021-01-05libctf, ld: dump enums: generally improve dump formattingNick Alcock
2021-01-05libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock
2021-01-05libctf, ld: more dumper improvementsNick Alcock
2021-01-05libctf, ld: CTF dumper changes for consistencyNick Alcock
2021-01-05libctf: do not print array declarators backwardsNick Alcock
2021-01-04In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGSNicolas Boulenguez
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2021-01-01ChangeLog rotationAlan Modra
2020-11-25libctf: Pass format argument to asprintfH.J. Lu