summaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)Author
2021-03-25libctf: fix ELF-in-BFD checks in the presence of ASANNick Alcock
2021-03-25libctf: fix memory leak in a testNick Alcock
2021-03-25libctf: don't dereference out-of-bounds locations in the qualifier hashtabNick Alcock
2021-03-25libctf: make ctf_bfdopen_ctfsect a debugger entry pointNick Alcock
2021-03-25libctf, serialize: functions with no args have a NULL dtd_vlenNick Alcock
2021-03-25libctf, dump: do not emit size or alignment if it would errorNick Alcock
2021-03-21Provide an inline startswith function in bfd.hAlan Modra
2021-03-18libctf: support encodings for enumsNick Alcock
2021-03-18libctf: a couple of small error-handling fixesNick Alcock
2021-03-18libctf: types: unify code dealing with small-vs-large struct membersNick Alcock
2021-03-18libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock
2021-03-18libctf: don't lose track of all valid types upon serializationNick Alcock
2021-03-18libctf: eliminate dtd_u, part 3: functionsNick Alcock
2021-03-18libctf: eliminate dtd_u, part 2: arraysNick Alcock
2021-03-18libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock
2021-03-18libctf: fix GNU style for do {} whileNick Alcock
2021-03-18libctf: split up ctf_serializeNick Alcock
2021-03-18libctf: fix comment above ctf_dict_tNick Alcock
2021-03-18libctf: split serialization and file writeout into its own fileNick Alcock
2021-03-18libctf: fix some tabdamage and move some code aroundNick Alcock
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: add a NEWSNick Alcock
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