aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-open-bfd.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-25libctf: make ctf_bfdopen_ctfsect a debugger entry pointNick Alcock1-0/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-25libctf, include: support foreign-endianness symtabs with CTFNick Alcock1-0/+7
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock1-5/+29
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-6/+6
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-14/+17
2020-07-22libctf, open: fix opening CTF in binaries with no symtabNick Alcock1-26/+55
2020-07-22libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock1-2/+2
2020-06-26libctf: add some missing #includes.Nick Alcock1-0/+1
2020-06-26libctf, binutils: support CTF archives like objdumpNick Alcock1-61/+7
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03libctf: actually close bfds we have openedNick Alcock1-1/+1
2019-10-03libctf: bfd-open: mark the bfd as cacheableNick Alcock1-0/+1
2019-10-03libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock1-42/+56
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-06-21libctf: fix ctf_open endianness problems with raw CTF filesNick Alcock1-9/+14
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-9/+2
2019-05-29Fix libctf build on non-ELF targets.Nick Alcock1-1/+6
2019-05-28libctf: ELF file opening via BFDNick Alcock1-0/+351