summaryrefslogtreecommitdiff
path: root/libctf/ctf-open-bfd.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* libctf: make ctf_bfdopen_ctfsect a debugger entry pointNick Alcock2021-03-251-0/+2
* 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/+7
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-5/+29
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-6/+6
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-14/+17
* libctf, open: fix opening CTF in binaries with no symtabNick Alcock2020-07-221-26/+55
* libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock2020-07-221-2/+2
* libctf: add some missing #includes.Nick Alcock2020-06-261-0/+1
* libctf, binutils: support CTF archives like objdumpNick Alcock2020-06-261-61/+7
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: actually close bfds we have openedNick Alcock2019-10-031-1/+1
* libctf: bfd-open: mark the bfd as cacheableNick Alcock2019-10-031-0/+1
* libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock2019-10-031-42/+56
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* libctf: fix ctf_open endianness problems with raw CTF filesNick Alcock2019-06-211-9/+14
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-9/+2
* Fix libctf build on non-ELF targets.Nick Alcock2019-05-291-1/+6
* libctf: ELF file opening via BFDNick Alcock2019-05-281-0/+351