aboutsummaryrefslogtreecommitdiff
path: root/libctf/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-09-03CC_FOR_TARGET et alAlan Modra2-11/+11
2021-05-06libctf, ld: fix test results for upstream GCCNick Alcock2-3/+2
2021-03-25libctf: fix memory leak in a testNick Alcock1-0/+1
2021-03-18libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock3-1/+3
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock2-0/+111
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock2-0/+96
2021-03-18libctf: fix some tabdamage and move some code aroundNick Alcock2-4/+4
2021-02-20libctf, include: find types of symbols by nameNick Alcock7-101/+169
2021-02-20Include ld-lib.exp from ctf-lib.expAlan Modra2-172/+3
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock9-1/+420
2021-01-19libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock3-0/+94
2021-01-19libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock3-2/+13
2021-01-05libctf, testsuite: adjust for real return type of ctf_member_countNick Alcock1-3/+3
2021-01-05libctf, testsuite: don't run without a suitable compilerNick Alcock3-1/+16
2021-01-05libctf: fix lookups of pointers by name in parent dictsNick Alcock8-0/+258
2021-01-05libctf, include: support unnamed structure members betterNick Alcock5-0/+208
2021-01-05libctf: new test of enum lookups with the _next iteratorNick Alcock3-0/+160
2021-01-05libctf: new testsuiteNick Alcock10-0/+675