diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-09-22 11:30:24 +0100 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-09-22 11:30:24 +0100 |
commit | 870dd155d688fec15d61eb1fe7ef36bd36791dd4 (patch) | |
tree | d468ee657d77003aa9f429f43da1938973ab4fbd /gas | |
parent | 9c211fd8d6c7a600a7e55f272e21a967377a7c87 (diff) | |
download | gdb-870dd155d688fec15d61eb1fe7ef36bd36791dd4.zip gdb-870dd155d688fec15d61eb1fe7ef36bd36791dd4.tar.gz gdb-870dd155d688fec15d61eb1fe7ef36bd36791dd4.tar.bz2 |
Remove legacy basepri_mask MRS/MSR special reg
2016-09-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
gas/
* config/tc-arm.c (v7m_psrs): Remove BASEPRI_MASK MRS/MSR special
register and redundant basepri_max.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-arm.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e4ebf0e..408a287 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-09-22 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * config/tc-arm.c (v7m_psrs): Remove BASEPRI_MASK MRS/MSR special + register and redundant basepri_max. + 2016-09-21 Richard Sandiford <richard.sandiford@arm.com> * config/tc-aarch64.c (print_operands): Print spaces between diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 6482ef9..db6dd68 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -18813,7 +18813,6 @@ static const struct asm_psr v7m_psrs[] = {"primask", 0x10}, {"PRIMASK", 0x10}, {"basepri", 0x11}, {"BASEPRI", 0x11}, {"basepri_max", 0x12}, {"BASEPRI_MAX", 0x12}, - {"basepri_max", 0x12}, {"BASEPRI_MASK", 0x12}, /* Typo, preserved for backwards compatibility. */ {"faultmask", 0x13}, {"FAULTMASK", 0x13}, {"control", 0x14}, {"CONTROL", 0x14}, {"msp_ns", 0x88}, {"MSP_NS", 0x88}, |