[Patch] opcodes/z8k-opc.h regenerated

Alan Modra amodra@bigpond.net.au
Mon Sep 7 11:37:00 GMT 2009


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.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list