Age | Commit message (Expand) | Author | Files | Lines |
2023-01-12 | libctf: ctf-link outdated input check faulty | Nick Alcock | 1 | -6/+29 |
2023-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 40 | -41/+41 |
2022-12-31 | Add markers for 2.40 branch | Nick Clifton | 1 | -0/+4 |
2022-12-12 | libctf: remove unnecessary zstd constructs | Indu Bhagat | 5 | -280/+6 |
2022-12-12 | libctf: remove AC_CONFIG_MACRO_DIR | Indu Bhagat | 2 | -8/+2 |
2022-12-12 | libctf: remove unnecessary zlib constructs | Indu Bhagat | 2 | -6/+4 |
2022-12-08 | libctf: avoid potential double free | Alan Modra | 1 | -1/+4 |
2022-11-11 | libctf: use libtool for link test in configure | Indu Bhagat | 2 | -0/+1368 |
2022-11-07 | configure: require libzstd >= 1.4.0 | Christophe Lyon | 1 | -10/+10 |
2022-09-26 | libctf: Add ZSTD_LIBS to LIBS so that ac_cv_libctf_bfd_elf can be true | Fangrui Song | 5 | -6/+280 |
2022-08-01 | libctf: Avoid use of uninitialised variables | Alan Modra | 1 | -6/+10 |
2022-07-08 | Add markers for 2.39 branch | Nick Clifton | 1 | -0/+4 |
2022-06-21 | libctf: tests: prune warnings from compiler output | Nick Alcock | 2 | -6/+6 |
2022-06-21 | libctf: avoid mingw warning | Nick Alcock | 1 | -1/+1 |
2022-06-21 | libctf: fix linking together multiple objects derived from the same source | Nick Alcock | 8 | -33/+280 |
2022-04-28 | libctf: impose an ordering on conflicting types | Nick Alcock | 1 | -1/+20 |
2022-03-25 | libtool.m4: fix the NM="/nm/over/here -B/option/with/path" case | Nick Alcock | 1 | -7/+13 |
2022-03-23 | libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging option | Nick Alcock | 3 | -111/+144 |
2022-03-23 | libctf, ld: diagnose corrupted CTF header cth_strlen | Nick Alcock | 1 | -16/+29 |
2022-03-23 | include, libctf, ld: extend variable section to contain functions too | Nick Alcock | 3 | -12/+57 |
2022-02-11 | libctf: delete unused libctf_TEXINFOS | Mike Frysinger | 2 | -2/+0 |
2022-01-22 | Add markers for 2.38 branch | Nick Clifton | 1 | -0/+4 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 39 | -40/+40 |
2021-12-02 | libctf: workaround automake bug with conditional info pages | Mike Frysinger | 3 | -20/+32 |
2021-12-02 | libctf: re-generate configure | Simon Marchi | 1 | -2/+1 |
2021-12-01 | libctf: merge doc subdir up a level | Mike Frysinger | 5 | -1014/+410 |
2021-11-29 | libctf: enable silent build rules | Mike Frysinger | 3 | -3/+43 |
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 |