summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
...
* haiku tidyAlan Modra2021-09-031-1/+1
* Add markers for 2.37 branchNick Clifton2021-07-031-0/+4
* Use htab_eq_string in libctfAlan Modra2021-05-094-18/+16
* libctf, ld: fix test results for upstream GCCNick Alcock2021-05-063-3/+8
* libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock2021-05-067-10/+69
* libctf: fix ELF-in-BFD checks in the presence of ASANNick Alcock2021-03-253-13/+18
* libctf: fix memory leak in a testNick Alcock2021-03-252-0/+6
* libctf: don't dereference out-of-bounds locations in the qualifier hashtabNick Alcock2021-03-252-3/+13
* libctf: make ctf_bfdopen_ctfsect a debugger entry pointNick Alcock2021-03-252-0/+6
* libctf, serialize: functions with no args have a NULL dtd_vlenNick Alcock2021-03-252-1/+9
* libctf, dump: do not emit size or alignment if it would errorNick Alcock2021-03-252-5/+12
* Provide an inline startswith function in bfd.hAlan Modra2021-03-212-0/+5
* libctf: support encodings for enumsNick Alcock2021-03-183-2/+17
* libctf: a couple of small error-handling fixesNick Alcock2021-03-183-10/+25
* libctf: types: unify code dealing with small-vs-large struct membersNick Alcock2021-03-183-157/+150
* libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock2021-03-188-410/+323
* libctf: eliminate dtd_u, part 4: enumsNick Alcock2021-03-188-122/+277
* libctf: do not corrupt strings across ctf_serializeNick Alcock2021-03-188-12/+209
* libctf: don't lose track of all valid types upon serializationNick Alcock2021-03-182-0/+6
* libctf: eliminate dtd_u, part 3: functionsNick Alcock2021-03-185-35/+28
* libctf: eliminate dtd_u, part 2: arraysNick Alcock2021-03-185-16/+27
* libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock2021-03-186-78/+92
* libctf: fix GNU style for do {} whileNick Alcock2021-03-186-46/+63
* libctf: split up ctf_serializeNick Alcock2021-03-182-317/+424
* libctf: fix comment above ctf_dict_tNick Alcock2021-03-182-5/+10
* libctf: split serialization and file writeout into its own fileNick Alcock2021-03-185-1324/+1391
* libctf: fix some tabdamage and move some code aroundNick Alcock2021-03-185-56/+65
* bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock2021-03-023-7/+20
* libctf: free ctf_dynsyms properlyNick Alcock2021-03-022-1/+5
* libctf: fix signed/unsigned comparison confusionNick Alcock2021-03-022-2/+6
* libctf: minor error-handling fixesNick Alcock2021-03-023-8/+32
* libctf: add a deduplicator-specific type mapping tableNick Alcock2021-03-025-328/+344
* libctf: remove reference to "unconflicted link mode".Nick Alcock2021-03-022-3/+8
* libctf, include: remove the nondeduplicating CTF linkerNick Alcock2021-03-022-230/+39
* libctf: fix ChangeLog dateNick Alcock2021-03-021-1/+1
* libctf: reimplement many _iter iterators in terms of _nextNick Alcock2021-03-023-124/+69
* libctf: ctf_archive_next should set the parent name consistentlyNick Alcock2021-03-022-0/+7
* libctf regen for NEWSAlan Modra2021-02-262-1/+5
* libctf AC_CANONICAL_TARGETAlan Modra2021-02-214-81/+142
* libctf: add a NEWSNick Alcock2021-02-201-0/+26
* libctf, include: find types of symbols by nameNick Alcock2021-02-2013-179/+567
* Include ld-lib.exp from ctf-lib.expAlan Modra2021-02-203-172/+11
* libctf: add missing header in BFD ELF checkNick Alcock2021-02-103-0/+7
* libctf: require a Tcl capable of try/catch to run testsNick Alcock2021-02-105-38/+138
* bfd, opcodes, libctf: support --with-included-gettextNick Alcock2021-02-105-19/+38
* libctf: always name nameless types "", never NULLNick Alcock2021-02-044-8/+26
* libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock2021-02-042-1/+4
* libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock2021-02-042-2/+16
* libctf: rip out dead code handling typedefs with no nameNick Alcock2021-02-044-61/+14
* libctf, ld: fix symtypetab and var section population under ld -rNick Alcock2021-02-0413-57/+592