aboutsummaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)AuthorFilesLines
2021-03-18libctf: support encodings for enumsNick Alcock3-2/+17
2021-03-18libctf: a couple of small error-handling fixesNick Alcock3-10/+25
2021-03-18libctf: types: unify code dealing with small-vs-large struct membersNick Alcock3-157/+150
2021-03-18libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock8-410/+323
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock8-122/+277
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock8-12/+209
2021-03-18libctf: don't lose track of all valid types upon serializationNick Alcock2-0/+6
2021-03-18libctf: eliminate dtd_u, part 3: functionsNick Alcock5-35/+28
2021-03-18libctf: eliminate dtd_u, part 2: arraysNick Alcock5-16/+27
2021-03-18libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock6-78/+92
2021-03-18libctf: fix GNU style for do {} whileNick Alcock6-46/+63
2021-03-18libctf: split up ctf_serializeNick Alcock2-317/+424
2021-03-18libctf: fix comment above ctf_dict_tNick Alcock2-5/+10
2021-03-18libctf: split serialization and file writeout into its own fileNick Alcock5-1324/+1391
2021-03-18libctf: fix some tabdamage and move some code aroundNick Alcock5-56/+65
2021-03-02bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock3-7/+20
2021-03-02libctf: free ctf_dynsyms properlyNick Alcock2-1/+5
2021-03-02libctf: fix signed/unsigned comparison confusionNick Alcock2-2/+6
2021-03-02libctf: minor error-handling fixesNick Alcock3-8/+32
2021-03-02libctf: add a deduplicator-specific type mapping tableNick Alcock5-328/+344
2021-03-02libctf: remove reference to "unconflicted link mode".Nick Alcock2-3/+8
2021-03-02libctf, include: remove the nondeduplicating CTF linkerNick Alcock2-230/+39
2021-03-02libctf: fix ChangeLog dateNick Alcock1-1/+1
2021-03-02libctf: reimplement many _iter iterators in terms of _nextNick Alcock3-124/+69
2021-03-02libctf: ctf_archive_next should set the parent name consistentlyNick Alcock2-0/+7
2021-02-26libctf regen for NEWSAlan Modra2-1/+5
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