645a2c5b46
gas/ * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval. * testsuite/gas/riscv/priv-reg.d: Likewise. include/ * opcode/riscv-opc.h (CSR_SBADADDR): Rename to CSR_STVAL. Rename DECLARE_CSR entry. Add alias to map sbadaddr to CSR_STVAL. (CSR_MBADADDR): Rename to CSR_MTVAL. Rename DECLARE_CSR entry. Add alias to map mbadaddr to CSR_MTVAL.
30 lines
765 B
Plaintext
30 lines
765 B
Plaintext
2018-01-04 Jim Wilson <jimw@sifive.com>
|
||
|
||
* testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
|
||
* testsuite/gas/riscv/priv-reg.d: Likewise.
|
||
|
||
2018-01-03 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
2018-01-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 18119
|
||
* config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
|
||
version of ARM MRS instruction.
|
||
|
||
For older changes see ChangeLog-2017
|
||
|
||
Copyright (C) 2018 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|