aboutsummaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)AuthorFilesLines
2021-02-21libctf AC_CANONICAL_TARGETAlan Modra4-81/+142
2021-02-20libctf: add a NEWSNick Alcock1-0/+26
2021-02-20libctf, include: find types of symbols by nameNick Alcock13-179/+567
2021-02-20Include ld-lib.exp from ctf-lib.expAlan Modra3-172/+11
2021-02-10libctf: add missing header in BFD ELF checkNick Alcock3-0/+7
2021-02-10libctf: require a Tcl capable of try/catch to run testsNick Alcock5-38/+138
2021-02-10bfd, opcodes, libctf: support --with-included-gettextNick Alcock5-19/+38
2021-02-04libctf: always name nameless types "", never NULLNick Alcock4-8/+26
2021-02-04libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock2-1/+4
2021-02-04libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock2-2/+16
2021-02-04libctf: rip out dead code handling typedefs with no nameNick Alcock4-61/+14
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock13-57/+592
2021-01-19libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock5-0/+106
2021-01-19libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock5-10/+45
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