binutils-gdb/libctf
Nick Alcock 9698cf9b1c Fix libctf build on non-ELF targets.
All machinery works as on ELF, except for automatic loading of ELF
string and symbol tables in the BFD-style open machinery.

        * Makefile.def (dependencies): configure-libctf depends on all-bfd
        and all its deps.
        * Makefile.in: Regenerated.

libctf/
        * configure.in: Check for bfd_section_from_elf_index.
        * configure: Regenerate.
        * config.h.in [HAVE_BFD_ELF]: Likewise.
        * libctf/ctf_open_bfd (ctf_bfdopen_ctfsect): Use it.
        abfd is potentially unused now.
2019-05-29 11:11:37 +02:00
..
ChangeLog Fix libctf build on non-ELF targets. 2019-05-29 11:11:37 +02:00
Makefile.am libctf: build system 2019-05-28 17:09:41 +01:00
Makefile.in libctf: build system 2019-05-28 17:09:41 +01:00
aclocal.m4 libctf: build system 2019-05-28 17:09:41 +01:00
config.h.in Fix libctf build on non-ELF targets. 2019-05-29 11:11:37 +02:00
configure Fix libctf build on non-ELF targets. 2019-05-29 11:11:37 +02:00
configure.ac Fix libctf build on non-ELF targets. 2019-05-29 11:11:37 +02:00
ctf-archive.c libctf: mmappable archives 2019-05-28 17:07:55 +01:00
ctf-create.c libctf: type copying 2019-05-28 17:08:26 +01:00
ctf-decl.c libctf: core type lookup 2019-05-28 17:08:14 +01:00
ctf-dump.c libctf: debug dumping 2019-05-28 17:09:37 +01:00
ctf-error.c libctf: error handling 2019-05-28 17:07:24 +01:00
ctf-hash.c libctf: hashing 2019-05-28 17:07:29 +01:00
ctf-impl.h libctf: library version enforcement 2019-05-28 17:08:29 +01:00
ctf-labels.c libctf: labels 2019-05-28 17:09:30 +01:00
ctf-lookup.c libctf: lookups by name and symbol 2019-05-28 17:08:19 +01:00
ctf-open-bfd.c Fix libctf build on non-ELF targets. 2019-05-29 11:11:37 +02:00
ctf-open.c libctf: ELF file opening via BFD 2019-05-28 17:08:08 +01:00
ctf-subr.c libctf: library version enforcement 2019-05-28 17:08:29 +01:00
ctf-types.c libctf: core type lookup 2019-05-28 17:08:14 +01:00
ctf-util.c
elf.h
swap.h libctf: opening 2019-05-28 17:07:46 +01:00