diff options
Diffstat (limited to 'libctf/ctf-open-bfd.c')
-rw-r--r-- | libctf/ctf-open-bfd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libctf/ctf-open-bfd.c b/libctf/ctf-open-bfd.c index 84e4af6..9508641 100644 --- a/libctf/ctf-open-bfd.c +++ b/libctf/ctf-open-bfd.c @@ -99,6 +99,8 @@ ctf_bfdopen_ctfsect (struct bfd *abfd _libctf_unused_, char *strtab_alloc = NULL; int symsect_endianness = -1; + libctf_init_debug(); + #ifdef HAVE_BFD_ELF ctf_sect_t symsect, strsect; Elf_Internal_Shdr *symhdr; |