This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: RFC: Is it OK to disassemble instructions twice ?
Hi Tamar,
> So I'd say giving the target an opt-out of this would also be desirable.
Agreed. I thought about this some more, and I am now trying out a patch
which extends the bfd_arch_info structure with a field specifying the
maximum offset of a reloc from the start of an insn. For most (all ?)
architectures I intend to set this to zero, and this will bypass the
double disassemble code in objdump...
Cheers
Nick