summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* Add markers for 2.38 branchNick Clifton2022-01-221-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2022-01-0239-40/+40
* libctf: workaround automake bug with conditional info pagesMike Frysinger2021-12-023-20/+32
* libctf: re-generate configureSimon Marchi2021-12-021-2/+1
* libctf: merge doc subdir up a levelMike Frysinger2021-12-015-1014/+410
* libctf: enable silent build rulesMike Frysinger2021-11-293-3/+43
* doc/ctf-spec.texi: Remove "@validatemenus off"H.J. Lu2021-11-091-1/+0
* libctf: add CTF format specificationNick Alcock2021-11-088-40/+2857
* libctf, ld: handle nonrepresentable types betterNick Alcock2021-10-252-6/+17
* libctf: dump: do not stop dumping types on errorNick Alcock2021-10-252-4/+14
* libctf, lookup: fix bounds of pptrtab lookupNick Alcock2021-09-274-2/+78
* libctf, testsuite: fix various warnings in testsNick Alcock2021-09-2711-18/+28
* libctf: fix handling of CTF symtypetab sections emitted by older GCCNick Alcock2021-09-272-3/+11
* configure: regenerate in all projects that use libtool.m4Nick Alcock2021-09-273-50/+118
* libctf: try several possibilities for linker versioning flagsNick Alcock2021-09-274-11/+62
* libctf: link against libiberty before linking in libbfd or libctf-nobfdNick Alcock2021-09-273-2/+18
* CC_FOR_TARGET et alAlan Modra2021-09-034-15/+17
* ubsan: libctf: applying zero offset to null pointerAlan Modra2021-09-031-1/+1
* 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