aboutsummaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* libctf regen for NEWSAlan Modra2021-02-262-1/+5
* libctf AC_CANONICAL_TARGETAlan Modra2021-02-214-81/+142
* libctf: add a NEWSNick Alcock2021-02-201-0/+26
* libctf, include: find types of symbols by nameNick Alcock2021-02-2013-179/+567
* Include ld-lib.exp from ctf-lib.expAlan Modra2021-02-203-172/+11
* libctf: add missing header in BFD ELF checkNick Alcock2021-02-103-0/+7
* libctf: require a Tcl capable of try/catch to run testsNick Alcock2021-02-105-38/+138
* bfd, opcodes, libctf: support --with-included-gettextNick Alcock2021-02-105-19/+38
* libctf: always name nameless types "", never NULLNick Alcock2021-02-044-8/+26
* libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock2021-02-042-1/+4
* libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock2021-02-042-2/+16
* libctf: rip out dead code handling typedefs with no nameNick Alcock2021-02-044-61/+14
* libctf, ld: fix symtypetab and var section population under ld -rNick Alcock2021-02-0413-57/+592
* libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock2021-01-195-0/+106
* libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock2021-01-195-10/+45
* Regen Makefile.in for jobserver.m4 aclocal.m4 dependencyAlan Modra2021-01-132-0/+5
* Implement a workaround for GNU mak jobserverH.J. Lu2021-01-124-0/+28
* Binutils: Check if AR works with --plugin and rcH.J. Lu2021-01-112-3/+16
* Binutils: Pass --plugin to AR and RANLIBH.J. Lu2021-01-092-2/+29
* Add Changelog entries and NEWS entries for 2.36 branchNick Clifton2021-01-091-0/+4
* configure regenAlan Modra2021-01-092-2/+6
* libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a...Samuel Thibault2021-01-072-11/+5
* libctf, testsuite: adjust for real return type of ctf_member_countNick Alcock2021-01-052-3/+8
* libctf, testsuite: don't run without a suitable compilerNick Alcock2021-01-056-3/+57
* libctf, ld: fix formatting of forwards to unions and enumsNick Alcock2021-01-052-1/+25
* libctf: fix old ChangeLog typoNick Alcock2021-01-051-1/+1
* libctf: fix lookups of pointers by name in parent dictsNick Alcock2021-01-0513-33/+467
* libctf: remove outdated comment about parent dict importingNick Alcock2021-01-052-3/+5
* libctf, include: support unnamed structure members betterNick Alcock2021-01-0511-101/+381
* libctf: warn about information loss because of unreleased format changesNick Alcock2021-01-052-0/+35
* libctf: new test of enum lookups with the _next iteratorNick Alcock2021-01-054-0/+166
* libctf: new testsuiteNick Alcock2021-01-0513-24/+816
* libctf: rip out BFD_DEPENDENCIES / BFD_LIBADDNick Alcock2021-01-055-65/+36
* libctf, ld: dump enums: generally improve dump formattingNick Alcock2021-01-054-141/+199
* libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock2021-01-054-18/+90
* libctf, ld: more dumper improvementsNick Alcock2021-01-052-37/+40
* libctf, ld: CTF dumper changes for consistencyNick Alcock2021-01-052-11/+51
* libctf: do not print array declarators backwardsNick Alcock2021-01-052-3/+6
* In libctf, make AC_CONFIG_MACRO_DIR consistent with ACLOCAL_AMFLAGSNicolas Boulenguez2021-01-043-2/+11
* Update year range in copyright notice of binutils filesAlan Modra2021-01-0131-30/+34
* ChangeLog rotationAlan Modra2021-01-012-1947/+1961
* libctf: Pass format argument to asprintfH.J. Lu2020-11-252-1/+6
* libctf, include: support foreign-endianness symtabs with CTFNick Alcock2020-11-259-43/+173
* libctf: do not crash when CTF symbol or variable linking failsNick Alcock2020-11-202-6/+15
* libctf: error-handling fixesNick Alcock2020-11-203-4/+25
* libctf, include: add ctf_getsymsect and ctf_getstrsectNick Alcock2020-11-203-0/+21
* libctf, include: CTF-archive-wide symbol lookupNick Alcock2020-11-204-15/+257
* libctf, ld: properly deduplicate function typesNick Alcock2020-11-202-5/+26
* libctf: adjust dumper for symtypetab changesNick Alcock2020-11-202-131/+88
* libctf: symbol type linking supportNick Alcock2020-11-2011-257/+1858