From 12612c24a6bd5cdcfb60cd254295b21a5ec8594a Mon Sep 17 00:00:00 2001 From: Darius Galis Date: Wed, 11 Aug 2021 14:01:55 +0100 Subject: [PATCH 1/1] Fix a typo in the RX asse,bler. The Double-precision floating-point exception handling control register name is DECNT not DCENT. * 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. --- gas/ChangeLog | 7 +++++++ gas/config/rx-parse.y | 2 +- gas/testsuite/gas/rx/dpopm.sm | 2 +- gas/testsuite/gas/rx/dpushm.sm | 2 +- gas/testsuite/gas/rx/macros.inc | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 098353a8f33..a5d5fbc64d8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2021-08-11 Darius Galis + + * 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 PR 28215 diff --git a/gas/config/rx-parse.y b/gas/config/rx-parse.y index dfb04843a50..388e5ee039a 100644 --- a/gas/config/rx-parse.y +++ b/gas/config/rx-parse.y @@ -1316,7 +1316,7 @@ token_table[] = { "DPSW", DCREG, 0 }, { "DCMR", DCREG, 1 }, - { "DCENT", DCREG, 2 }, + { "DECNT", DCREG, 2 }, { "DEPC", DCREG, 3 }, { "DCR0", DCREG, 0 }, { "DCR1", DCREG, 1 }, diff --git a/gas/testsuite/gas/rx/dpopm.sm b/gas/testsuite/gas/rx/dpopm.sm index 6c779bd04f6..019c3087689 100644 --- a/gas/testsuite/gas/rx/dpopm.sm +++ b/gas/testsuite/gas/rx/dpopm.sm @@ -1,2 +1,2 @@ dpopm.d {dregPlo}-{dregPhi} - dpopm.l {dpsw;dcmr}-{depc;dcent} + dpopm.l {dpsw;dcmr}-{depc;decnt} diff --git a/gas/testsuite/gas/rx/dpushm.sm b/gas/testsuite/gas/rx/dpushm.sm index a6093c41be3..41343354188 100644 --- a/gas/testsuite/gas/rx/dpushm.sm +++ b/gas/testsuite/gas/rx/dpushm.sm @@ -1,2 +1,2 @@ dpushm.d {dregPlo}-{dregPhi} - dpushm.l {dpsw;dcmr}-{depc;dcent} + dpushm.l {dpsw;dcmr}-{depc;decnt} diff --git a/gas/testsuite/gas/rx/macros.inc b/gas/testsuite/gas/rx/macros.inc index 7fc4c42f585..329850fbb00 100644 --- a/gas/testsuite/gas/rx/macros.inc +++ b/gas/testsuite/gas/rx/macros.inc @@ -9,7 +9,7 @@ macro pswf {U;I;O;S;Z;C} 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} -- 2.39.2