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: [RFA] PowerPC E500mc support


Edmar,

As part of your patch adding E500MC support, I see you added the following hunk:
  
    {"dcbzl",	XOPL(31,1014,1), XRT_MASK,   POWER4,	{RA, RB}},
  + {"dcbzl",	XOPL(31,1014,1), XRT_MASK,   NOPOWER4|E500MC,{RA, RB}},

Shouldn't this hunk have looked like the following instead:

   {"dcbzl", XOPL(31,1014,1), XRT_MASK,   POWER4|E500MC, {RA, RB}},

...or was there really supposed to be a difference between the POWER4 and
E500MC versions which you wanted to make but missed doing so?
If it's the former, I can add it to some changes I'm making further
cleaning up disassembly with -Many.

Peter




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