summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* libctf: Add ZSTD_LIBS to LIBS so that ac_cv_libctf_bfd_elf can be trueFangrui Song2022-09-265-6/+280
* libctf: Avoid use of uninitialised variablesAlan Modra2022-08-011-6/+10
* Add markers for 2.39 branchNick Clifton2022-07-081-0/+4
* libctf: tests: prune warnings from compiler outputNick Alcock2022-06-212-6/+6
* libctf: avoid mingw warningNick Alcock2022-06-211-1/+1
* libctf: fix linking together multiple objects derived from the same sourceNick Alcock2022-06-218-33/+280
* libctf: impose an ordering on conflicting typesNick Alcock2022-04-281-1/+20
* libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock2022-03-251-7/+13
* libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging optionNick Alcock2022-03-233-111/+144
* libctf, ld: diagnose corrupted CTF header cth_strlenNick Alcock2022-03-231-16/+29
* include, libctf, ld: extend variable section to contain functions tooNick Alcock2022-03-233-12/+57
* libctf: delete unused libctf_TEXINFOSMike Frysinger2022-02-112-2/+0
* 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