* config/rx-parse.y (DECNT): Fixed typo.
* testsuite/gas/rx/dpopm.sm (DECNT): Fixed typo.
* testsuite/gas/rx/dpushm.sm (DECNT): Fixed typo.
* testsuite/gas/rx/macros.inc (DECNT): Fixed typo.
+2021-08-11 Darius Galis <darius.galis@cyberthorstudios.com>
+
+ * config/rx-parse.y (DECNT): Fixed typo.
+ * testsuite/gas/rx/dpopm.sm (DECNT): Fixed typo.
+ * testsuite/gas/rx/dpushm.sm (DECNT): Fixed typo.
+ * testsuite/gas/rx/macros.inc (DECNT): Fixed typo.
+
2021-08-11 Nick Clifton <nickc@redhat.com>
PR 28215
{ "DPSW", DCREG, 0 },
{ "DCMR", DCREG, 1 },
- { "DCENT", DCREG, 2 },
+ { "DECNT", DCREG, 2 },
{ "DEPC", DCREG, 3 },
{ "DCR0", DCREG, 0 },
{ "DCR1", DCREG, 1 },
dpopm.d {dregPlo}-{dregPhi}
- dpopm.l {dpsw;dcmr}-{depc;dcent}
+ dpopm.l {dpsw;dcmr}-{depc;decnt}
dpushm.d {dregPlo}-{dregPhi}
- dpushm.l {dpsw;dcmr}-{depc;dcent}
+ dpushm.l {dpsw;dcmr}-{depc;decnt}
macro dreg {dr0;dr15}
macro dregh {drh0;drh15}
macro dregl {drl0;drl15}
-macro dcreg {dpsw;dcmr;dcent;depc}
+macro dcreg {dpsw;dcmr;decnt;depc}
macro dregPlo {dr1;dr7}
macro dregPhi {dr8;dr14}