summaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)Author
2022-03-24libctf, ld: diagnose corrupted CTF header cth_strlenNick Alcock
2022-02-09This is the 2.38 GNU Binutils releaseNick Clifton
2022-01-22CHange version number to 2.37.90 and regenerate filesNick Clifton
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
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