This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: checking elf flags in disassembler?


> A trick question? :)

Turns out to be much less of a trick question.  The disassembler in
opcodes/ doesn't seem to have access to the ELF private data, defined
in <bfd/elf-bfd.h>.

I hacked in a #include "../bfd/elf-bfd.h" and it seems to work, but
that seems a bit hackish to me...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]