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?!


Hi Paul,

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).

Well phoo. They seem to work though. What is the officially correct way of determining the architectures that support a given instruction ?


Cheers
  Nick


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