Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-21 | libctf AC_CANONICAL_TARGET | Alan Modra | 4 | -81/+142 |
2021-02-20 | libctf: add a NEWS | Nick Alcock | 1 | -0/+26 |
2021-02-20 | libctf, include: find types of symbols by name | Nick Alcock | 13 | -179/+567 |
2021-02-20 | Include ld-lib.exp from ctf-lib.exp | Alan Modra | 3 | -172/+11 |
2021-02-10 | libctf: add missing header in BFD ELF check | Nick Alcock | 3 | -0/+7 |
2021-02-10 | libctf: require a Tcl capable of try/catch to run tests | Nick Alcock | 5 | -38/+138 |
2021-02-10 | bfd, opcodes, libctf: support --with-included-gettext | Nick Alcock | 5 | -19/+38 |
2021-02-04 | libctf: always name nameless types "", never NULL | Nick Alcock | 4 | -8/+26 |
2021-02-04 | libctf: fix uninitialized variable in symbol serialization error handling | Nick Alcock | 2 | -1/+4 |
2021-02-04 | libctf: prohibit nameless ints, floats, typedefs and forwards | Nick Alcock | 2 | -2/+16 |
2021-02-04 | libctf: rip out dead code handling typedefs with no name | Nick Alcock | 4 | -61/+14 |
2021-02-04 | libctf, ld: fix symtypetab and var section population under ld -r | Nick Alcock | 13 | -57/+592 |