Age | Commit message (Expand) | Author | Files | Lines |
2024-06-19 | libctf: fix testsuite bugs revealed by -Wall | Nick Alcock | 4 | -13/+9 |
2024-06-18 | libctf, include: new functions for looking up enumerators | Nick Alcock | 3 | -0/+191 |
2024-06-18 | libctf: suppress spurious failure of malloc-counting tests under valgrind | Nick Alcock | 2 | -0/+18 |
2024-06-12 | PR 31882 libctf: test suite incorrect format specifiers | A. Wilcox | 2 | -2/+2 |
2024-05-23 | libctf testsuite compilation failure | Alan Modra | 1 | -1/+1 |
2024-05-17 | libctf: fix leak of entire dict when dict opening fails | Nick Alcock | 2 | -0/+190 |
2024-05-17 | libctf: test: add wrapper | Nick Alcock | 1 | -2/+11 |
2024-05-17 | libctf: test: add host | Nick Alcock | 1 | -0/+9 |
2024-05-17 | libctf: test: add lookup_link | Nick Alcock | 1 | -1/+5 |
2024-04-24 | buffer overflow in libctf tests | Alan Modra | 2 | -2/+2 |
2024-04-20 | Error compiling libctf-regression test | Alan Modra | 2 | -2/+2 |
2024-04-19 | libctf: fix leak in test | Nick Alcock | 1 | -0/+4 |
2024-04-19 | libctf: add rewriting tests | Nick Alcock | 5 | -0/+346 |
2024-04-19 | libctf: make ctf_serialize() actually serialize | Nick Alcock | 1 | -5/+6 |
2024-04-19 | libctf: support addition of types to dicts read via ctf_open() | Nick Alcock | 3 | -0/+169 |
2024-04-19 | libctf: fix name lookup in dicts containing base-type bitfields | Nick Alcock | 2 | -0/+138 |
2024-03-11 | libctf: fix uninitialized variables in testsuite | Nick Alcock | 1 | -1/+1 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 6 | -6/+6 |
2023-10-20 | libctf: fix creation-time parent/child dict confusions | Nick Alcock | 15 | -0/+263 |
2023-10-18 | libctf: check for problems with error returns | Nick Alcock | 2 | -0/+75 |
2023-04-08 | libctf: propagate errors from parents correctly | Nick Alcock | 2 | -0/+165 |
2023-04-08 | libctf, tests: do not assume host and target have identical field offsets | Nick Alcock | 2 | -1/+12 |
2023-03-24 | libctf: get the offsets of fields of unnamed structs/unions right | Nick Alcock | 3 | -0/+117 |
2023-01-12 | libctf: skip the testsuite from inside dejagnu | Nick Alcock | 1 | -0/+5 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 6 | -6/+6 |
2022-06-21 | libctf: tests: prune warnings from compiler output | Nick Alcock | 2 | -6/+6 |
2022-06-21 | libctf: fix linking together multiple objects derived from the same source | Nick Alcock | 5 | -0/+146 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 5 | -5/+5 |
2021-09-27 | libctf, lookup: fix bounds of pptrtab lookup | Nick Alcock | 2 | -0/+70 |
2021-09-27 | libctf, testsuite: fix various warnings in tests | Nick Alcock | 10 | -18/+10 |
2021-09-03 | CC_FOR_TARGET et al | Alan Modra | 2 | -11/+11 |
2021-05-06 | libctf, ld: fix test results for upstream GCC | Nick Alcock | 2 | -3/+2 |
2021-03-25 | libctf: fix memory leak in a test | Nick Alcock | 1 | -0/+1 |
2021-03-18 | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 3 | -1/+3 |
2021-03-18 | libctf: eliminate dtd_u, part 4: enums | Nick Alcock | 2 | -0/+111 |
2021-03-18 | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 2 | -0/+96 |
2021-03-18 | libctf: fix some tabdamage and move some code around | Nick Alcock | 2 | -4/+4 |
2021-02-20 | libctf, include: find types of symbols by name | Nick Alcock | 7 | -101/+169 |
2021-02-20 | Include ld-lib.exp from ctf-lib.exp | Alan Modra | 2 | -172/+3 |
2021-02-04 | libctf, ld: fix symtypetab and var section population under ld -r | Nick Alcock | 9 | -1/+420 |
2021-01-19 | libctf, create: fix ctf_type_add of structs with unnamed members | Nick Alcock | 3 | -0/+94 |
2021-01-19 | libctf: lookup_by_name: do not return success for nonexistent pointer types | Nick Alcock | 3 | -2/+13 |
2021-01-05 | libctf, testsuite: adjust for real return type of ctf_member_count | Nick Alcock | 1 | -3/+3 |
2021-01-05 | libctf, testsuite: don't run without a suitable compiler | Nick Alcock | 3 | -1/+16 |
2021-01-05 | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 8 | -0/+258 |
2021-01-05 | libctf, include: support unnamed structure members better | Nick Alcock | 5 | -0/+208 |
2021-01-05 | libctf: new test of enum lookups with the _next iterator | Nick Alcock | 3 | -0/+160 |
2021-01-05 | libctf: new testsuite | Nick Alcock | 10 | -0/+675 |