Age | Commit message (Expand) | Author | Files | Lines |
2021-11-09 | doc/ctf-spec.texi: Remove "@validatemenus off" | H.J. Lu | 1 | -1/+0 |
2021-11-08 | libctf: add CTF format specification | Nick Alcock | 8 | -40/+2857 |
2021-10-25 | libctf, ld: handle nonrepresentable types better | Nick Alcock | 2 | -6/+17 |
2021-10-25 | libctf: dump: do not stop dumping types on error | Nick Alcock | 2 | -4/+14 |
2021-09-27 | libctf, lookup: fix bounds of pptrtab lookup | Nick Alcock | 4 | -2/+78 |
2021-09-27 | libctf, testsuite: fix various warnings in tests | Nick Alcock | 11 | -18/+28 |
2021-09-27 | libctf: fix handling of CTF symtypetab sections emitted by older GCC | Nick Alcock | 2 | -3/+11 |
2021-09-27 | configure: regenerate in all projects that use libtool.m4 | Nick Alcock | 3 | -50/+118 |
2021-09-27 | libctf: try several possibilities for linker versioning flags | Nick Alcock | 4 | -11/+62 |
2021-09-27 | libctf: link against libiberty before linking in libbfd or libctf-nobfd | Nick Alcock | 3 | -2/+18 |
2021-09-03 | CC_FOR_TARGET et al | Alan Modra | 4 | -15/+17 |
2021-09-03 | ubsan: libctf: applying zero offset to null pointer | Alan Modra | 1 | -1/+1 |
2021-09-03 | haiku tidy | Alan Modra | 1 | -1/+1 |
2021-07-03 | Add markers for 2.37 branch | Nick Clifton | 1 | -0/+4 |
2021-05-09 | Use htab_eq_string in libctf | Alan Modra | 4 | -18/+16 |
2021-05-06 | libctf, ld: fix test results for upstream GCC | Nick Alcock | 3 | -3/+8 |
2021-05-06 | libctf, include: support an alternative encoding for nonrepresentable types | Nick Alcock | 7 | -10/+69 |
2021-03-25 | libctf: fix ELF-in-BFD checks in the presence of ASAN | Nick Alcock | 3 | -13/+18 |
2021-03-25 | libctf: fix memory leak in a test | Nick Alcock | 2 | -0/+6 |
2021-03-25 | libctf: don't dereference out-of-bounds locations in the qualifier hashtab | Nick Alcock | 2 | -3/+13 |
2021-03-25 | libctf: make ctf_bfdopen_ctfsect a debugger entry point | Nick Alcock | 2 | -0/+6 |
2021-03-25 | libctf, serialize: functions with no args have a NULL dtd_vlen | Nick Alcock | 2 | -1/+9 |
2021-03-25 | libctf, dump: do not emit size or alignment if it would error | Nick Alcock | 2 | -5/+12 |
2021-03-21 | Provide an inline startswith function in bfd.h | Alan Modra | 2 | -0/+5 |
2021-03-18 | libctf: support encodings for enums | Nick Alcock | 3 | -2/+17 |
2021-03-18 | libctf: a couple of small error-handling fixes | Nick Alcock | 3 | -10/+25 |
2021-03-18 | libctf: types: unify code dealing with small-vs-large struct members | Nick Alcock | 3 | -157/+150 |
2021-03-18 | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 8 | -410/+323 |
2021-03-18 | libctf: eliminate dtd_u, part 4: enums | Nick Alcock | 8 | -122/+277 |
2021-03-18 | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 8 | -12/+209 |
2021-03-18 | libctf: don't lose track of all valid types upon serialization | Nick Alcock | 2 | -0/+6 |
2021-03-18 | libctf: eliminate dtd_u, part 3: functions | Nick Alcock | 5 | -35/+28 |
2021-03-18 | libctf: eliminate dtd_u, part 2: arrays | Nick Alcock | 5 | -16/+27 |
2021-03-18 | libctf: eliminate dtd_u, part 1: int/float/slice | Nick Alcock | 6 | -78/+92 |
2021-03-18 | libctf: fix GNU style for do {} while | Nick Alcock | 6 | -46/+63 |
2021-03-18 | libctf: split up ctf_serialize | Nick Alcock | 2 | -317/+424 |
2021-03-18 | libctf: fix comment above ctf_dict_t | Nick Alcock | 2 | -5/+10 |
2021-03-18 | libctf: split serialization and file writeout into its own file | Nick Alcock | 5 | -1324/+1391 |
2021-03-18 | libctf: fix some tabdamage and move some code around | Nick Alcock | 5 | -56/+65 |
2021-03-02 | bfd, ld, libctf: skip zero-refcount strings in CTF string reporting | Nick Alcock | 3 | -7/+20 |
2021-03-02 | libctf: free ctf_dynsyms properly | Nick Alcock | 2 | -1/+5 |
2021-03-02 | libctf: fix signed/unsigned comparison confusion | Nick Alcock | 2 | -2/+6 |
2021-03-02 | libctf: minor error-handling fixes | Nick Alcock | 3 | -8/+32 |
2021-03-02 | libctf: add a deduplicator-specific type mapping table | Nick Alcock | 5 | -328/+344 |
2021-03-02 | libctf: remove reference to "unconflicted link mode". | Nick Alcock | 2 | -3/+8 |
2021-03-02 | libctf, include: remove the nondeduplicating CTF linker | Nick Alcock | 2 | -230/+39 |
2021-03-02 | libctf: fix ChangeLog date | Nick Alcock | 1 | -1/+1 |
2021-03-02 | libctf: reimplement many _iter iterators in terms of _next | Nick Alcock | 3 | -124/+69 |
2021-03-02 | libctf: ctf_archive_next should set the parent name consistently | Nick Alcock | 2 | -0/+7 |
2021-02-26 | libctf regen for NEWS | Alan Modra | 2 | -1/+5 |