summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* libctf, link: fix CU-mapped links with CTF_LINK_EMPTY_CU_MAPPINGSNick Alcock2023-04-081-10/+11
* libctf: propagate errors from parents correctlyNick Alcock2023-04-085-13/+204
* libctf, tests: do not assume host and target have identical field offsetsNick Alcock2023-04-084-3/+24
* libctf: get the offsets of fields of unnamed structs/unions rightNick Alcock2023-03-244-1/+121
* libctf: fix a comment typoNick Alcock2023-03-241-1/+1
* libctf: work around an uninitialized variable warningNick Alcock2023-03-241-1/+1
* libctf: fix assertion failure with no system qsort_rNick Alcock2023-03-241-0/+4
* libctf: unused variableAlan Modra2023-03-201-2/+0
* ctf segfaultsAlan Modra2023-03-192-5/+8
* libctf: update regexp to allow makeinfo to build documentEnze Li2023-01-162-2/+2
* libctf: ctf-link outdated input check faultyNick Alcock2023-01-121-6/+29
* libctf: skip the testsuite from inside dejagnuNick Alcock2023-01-125-70/+61
* Update year range in copyright notice of binutils filesAlan Modra2023-01-0140-41/+41
* Add markers for 2.40 branchNick Clifton2022-12-311-0/+4
* libctf: remove unnecessary zstd constructsIndu Bhagat2022-12-125-280/+6
* libctf: remove AC_CONFIG_MACRO_DIRIndu Bhagat2022-12-122-8/+2
* libctf: remove unnecessary zlib constructsIndu Bhagat2022-12-122-6/+4
* libctf: avoid potential double freeAlan Modra2022-12-081-1/+4
* libctf: use libtool for link test in configureIndu Bhagat2022-11-112-0/+1368
* configure: require libzstd >= 1.4.0Christophe Lyon2022-11-071-10/+10
* 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