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: objdump for old ARM7TDMI (ARMv4T) showing instructions for newer architectures?!


On Tuesday 16 June 2009, Nick Clifton wrote:
> +       if ((insn->arch & (* (unsigned long *) info->private_data)) == 0)
> +       continue;

Insn->arch values in arm-dis.c are bogus, and have been for some time (since 
we got more than 32 bit flags).

Paul


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