summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock2021-01-191-0/+6
* libctf: fix lookups of pointers by name in parent dictsNick Alcock2021-01-051-1/+6
* libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock2021-01-051-7/+43
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* libctf, include: support foreign-endianness symtabs with CTFNick Alcock2020-11-251-0/+1
* libctf: error-handling fixesNick Alcock2020-11-201-2/+12
* libctf: symbol type linking supportNick Alcock2020-11-201-12/+687
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-0/+2
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-113/+113
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-30/+60
* libctf: compilation failure on MinGW due to missing errno valuesEli Zaretskii2020-07-261-0/+4
* libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock2020-07-221-6/+10
* libctf, dedup: add deduplicatorNick Alcock2020-07-221-2/+8
* libctf, link: add the ability to filter out variables from the linkNick Alcock2020-07-221-0/+2
* libctf, link: redo cu-mapping handlingNick Alcock2020-07-221-2/+4
* libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock2020-07-221-0/+1
* libctf: sort out potential refcount loopsNick Alcock2020-07-221-1/+3
* libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock2020-07-221-0/+2
* libctf: add ctf_forwardable_kindNick Alcock2020-07-221-1/+1
* libctf, types: support slices of anything terminating in an intNick Alcock2020-07-221-1/+8
* libctf, create: empty dicts are dirty to start withNick Alcock2020-07-221-0/+1
* libctf, create: fix addition of anonymous struct/union membersNick Alcock2020-07-221-0/+5
* libctf, create: member names of "" and NULL should be the sameNick Alcock2020-07-221-0/+3
* libctf, create: add explicit casts for variables' and slices' typesNick Alcock2020-07-221-2/+2
* libctf, create: do not corrupt function types' arglists at insertion timeNick Alcock2020-07-221-10/+13
* libctf, create: support addition of references to the unimplemented typeNick Alcock2020-07-221-8/+34
* libctf: add some missing #includes.Nick Alcock2020-06-261-0/+1
* libctf: create: forwards are always in the namespace of their referentNick Alcock2020-06-261-2/+8
* libctf: create: ctf_add_type should hand back already-added non-SoUsNick Alcock2020-06-261-6/+10
* libctf: create: don't add forwards if the type added already existsNick Alcock2020-06-261-1/+4
* libctf: create: non-root-visible types should not appear in name tablesNick Alcock2020-06-261-9/+10
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-10-031-32/+33
* libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock2019-10-031-85/+116
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-10-031-188/+235
* libctf: handle nonrepresentable types at link timeNick Alcock2019-10-031-2/+17
* libctf: teach ctf_add_type how forwards workNick Alcock2019-10-031-14/+29
* libctf: add CU-mapping machineryNick Alcock2019-10-031-0/+4
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-10-031-3/+17
* libctf: add the ctf_link machineryNick Alcock2019-10-031-0/+4
* libctf: fix double-free on ctf_compress_write error pathNick Alcock2019-10-031-1/+0
* libctf: write CTF files to memory, and CTF archives to fdsNick Alcock2019-10-031-0/+51
* libctf: support getting strings from the ELF strtabNick Alcock2019-10-031-17/+33
* libctf: allow the header to change between versionsNick Alcock2019-10-031-14/+38
* libctf: fix spurious error when rolling back to the first snapshotNick Alcock2019-07-011-1/+1
* libctf: deduplicate and sort the string tableNick Alcock2019-07-011-108/+75
* libctf: drop mmap()-based CTF data allocatorNick Alcock2019-06-211-8/+7
* libctf: handle errors on dynhash insertion betterNick Alcock2019-06-211-10/+24
* libctf: eschew %zi format specifierNick Alcock2019-06-051-3/+4
* Use CHAR_BIT instead of NBBY in libctfTom Tromey2019-06-041-6/+8