summaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)Author
2022-08-01libctf: Avoid use of uninitialised variablesAlan Modra
2022-07-08Add markers for 2.39 branchNick Clifton
2022-06-21libctf: tests: prune warnings from compiler outputNick Alcock
2022-06-21libctf: avoid mingw warningNick Alcock
2022-06-21libctf: fix linking together multiple objects derived from the same sourceNick Alcock
2022-04-28libctf: impose an ordering on conflicting typesNick Alcock
2022-03-25libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock
2022-03-23libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging optionNick Alcock
2022-03-23libctf, ld: diagnose corrupted CTF header cth_strlenNick Alcock
2022-03-23include, libctf, ld: extend variable section to contain functions tooNick Alcock
2022-02-11libctf: delete unused libctf_TEXINFOSMike Frysinger
2022-01-22Add markers for 2.38 branchNick Clifton
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-02libctf: workaround automake bug with conditional info pagesMike Frysinger
2021-12-02libctf: re-generate configureSimon Marchi
2021-12-01libctf: merge doc subdir up a levelMike Frysinger
2021-11-29libctf: enable silent build rulesMike Frysinger
2021-11-09doc/ctf-spec.texi: Remove "@validatemenus off"H.J. Lu
2021-11-08libctf: add CTF format specificationNick Alcock
2021-10-25libctf, ld: handle nonrepresentable types betterNick Alcock
2021-10-25libctf: dump: do not stop dumping types on errorNick Alcock
2021-09-27libctf, lookup: fix bounds of pptrtab lookupNick Alcock
2021-09-27libctf, testsuite: fix various warnings in testsNick Alcock
2021-09-27libctf: fix handling of CTF symtypetab sections emitted by older GCCNick Alcock
2021-09-27configure: regenerate in all projects that use libtool.m4Nick Alcock
2021-09-27libctf: try several possibilities for linker versioning flagsNick Alcock
2021-09-27libctf: link against libiberty before linking in libbfd or libctf-nobfdNick Alcock
2021-09-03CC_FOR_TARGET et alAlan Modra
2021-09-03ubsan: libctf: applying zero offset to null pointerAlan Modra
2021-09-03haiku tidyAlan Modra
2021-07-03Add markers for 2.37 branchNick Clifton
2021-05-09Use htab_eq_string in libctfAlan Modra
2021-05-06libctf, ld: fix test results for upstream GCCNick Alcock
2021-05-06libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock
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