Correct assembler mnemonic for RISC-V aqrl AMOs
authorAndrew Waterman <andrew@sifive.com>
Mon, 19 Dec 2016 06:53:54 +0000 (22:53 -0800)
committerAlan Modra <amodra@gmail.com>
Tue, 20 Dec 2016 01:56:35 +0000 (12:26 +1030)
commit3e67a37820a2838cdbd50f3f697ddc929443ceaa
tree08aa40e5999f751bb3f38b467c0948e07b87ad2d
parent04386d9ed5f068b74757bfac01670576e4e59b8a
Correct assembler mnemonic for RISC-V aqrl AMOs

sc is a misnomer, because they aren't inherently sc.

* riscv-opc.c (riscv_opcodes): Rename the "*.sc" instructions to
"*.aqrl".
opcodes/ChangeLog
opcodes/riscv-opc.c