Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-01-19 | libctf, create: fix ctf_type_add of structs with unnamed members | Nick Alcock | 5 | -0/+106 |
2021-01-19 | libctf: lookup_by_name: do not return success for nonexistent pointer types | Nick Alcock | 5 | -10/+45 |
2021-01-13 | Regen Makefile.in for jobserver.m4 aclocal.m4 dependency | Alan Modra | 2 | -0/+5 |
2021-01-12 | Implement a workaround for GNU mak jobserver | H.J. Lu | 4 | -0/+28 |
2021-01-11 | Binutils: Check if AR works with --plugin and rc | H.J. Lu | 2 | -3/+16 |
2021-01-09 | Binutils: Pass --plugin to AR and RANLIB | H.J. Lu | 2 | -2/+29 |
2021-01-09 | Add Changelog entries and NEWS entries for 2.36 branch | Nick Clifton | 1 | -0/+4 |
2021-01-09 | configure regen | Alan Modra | 2 | -2/+6 |
2021-01-07 | libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a... | Samuel Thibault | 2 | -11/+5 |
2021-01-05 | libctf, testsuite: adjust for real return type of ctf_member_count | Nick Alcock | 2 | -3/+8 |
2021-01-05 | libctf, testsuite: don't run without a suitable compiler | Nick Alcock | 6 | -3/+57 |
2021-01-05 | libctf, ld: fix formatting of forwards to unions and enums | Nick Alcock | 2 | -1/+25 |
2021-01-05 | libctf: fix old ChangeLog typo | Nick Alcock | 1 | -1/+1 |
2021-01-05 | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 13 | -33/+467 |
2021-01-05 | libctf: remove outdated comment about parent dict importing | Nick Alcock | 2 | -3/+5 |
2021-01-05 | libctf, include: support unnamed structure members better | Nick Alcock | 11 | -101/+381 |
2021-01-05 | libctf: warn about information loss because of unreleased format changes | Nick Alcock | 2 | -0/+35 |
2021-01-05 | libctf: new test of enum lookups with the _next iterator | Nick Alcock | 4 | -0/+166 |
2021-01-05 | libctf: new testsuite | Nick Alcock | 13 | -24/+816 |
2021-01-05 | libctf: rip out BFD_DEPENDENCIES / BFD_LIBADD | Nick Alcock | 5 | -65/+36 |
2021-01-05 | libctf, ld: dump enums: generally improve dump formatting | Nick Alcock | 4 | -141/+199 |
2021-01-05 | libctf, ld: prohibit getting the size or alignment of forwards | Nick Alcock | 4 | -18/+90 |
2021-01-05 | libctf, ld: more dumper improvements | Nick Alcock | 2 | -37/+40 |
2021-01-05 | libctf, ld: CTF dumper changes for consistency | Nick Alcock | 2 | -11/+51 |
2021-01-05 | libctf: do not print array declarators backwards | Nick Alcock | 2 | -3/+6 |
2021-01-04 | In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGS | Nicolas Boulenguez | 3 | -2/+11 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 31 | -30/+34 |