]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/sparc-opc.c
opcodes: fix several misplaced hwcap entries.
authorJose E. Marchesi <jose.marchesi@oracle.com>
Fri, 17 Oct 2014 19:56:41 +0000 (21:56 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Fri, 17 Oct 2014 19:59:56 +0000 (21:59 +0200)
commitd9490cd487215bb3cd28b4235efbb97fed840197
tree0fc1404478a0543fefb0c063ec606db3176e55c1
parent8bd978587880bff236f2b3c20df703c88899be5f
opcodes: fix several misplaced hwcap entries.

This patch fixes the hwcap entries in `sparc-opcodes' (which were
incorrectly located in the flags field) for the following
instructions:

  wr r,r,%sys_tick
  wr r,i,%sys_tick
  wr r,r,%sys_tick_cmpr
  wr r,i,%sys_tick_cmpr
  edge8n edge8ln edge16n edge16ln edge32n edge32ln
  bmask bshuffle siam

Tested in sparc-unknown-linux-gnu and sparc64-unknown-linux-gnu.
No visible regressions.

opcodes/ChangeLog:

  2014-10-17  Jose E. Marchesi  <jose.marchesi@oracle.com>

* sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap
entries.
opcodes/ChangeLog
opcodes/sparc-opc.c