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: [Patch] opcodes/z8k-opc.h regenerated



On Sep 7, 2009, at 1:37 PM, Alan Modra wrote:


On Mon, Sep 07, 2009 at 08:48:45PM +0930, Alan Modra wrote:
Even more strangely, my freshly regenerated z8k-opc.h matches the
previous revision.

It's qsort instability. These two entries have the same name


 {"------", 5, 8, "1100 dddd imm8", "ldb rbd,imm8", 0},
 {"------", 7, 8, "0010 0000 0000 dddd imm8 imm8", "ldb rbd,imm8", 0},

as do these two..

 {"-ZSP--", 4, 8, "1000 1000 ssss dddd", "xorb rbd,rbs", 0},
 {"*", 4, 8, "1000 1000 ssss dddd", "xorb rbd,rbs", 0},

I'll commit a patch to fix the instability.

Well done! Thanks.



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