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