]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix a typo in the RX asse,bler. The Double-precision floating-point exception handli...
authorDarius Galis <darius.galis@cyberthorstudios.com>
Wed, 11 Aug 2021 13:01:55 +0000 (14:01 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 11 Aug 2021 13:01:55 +0000 (14:01 +0100)
* 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
gas/config/rx-parse.y
gas/testsuite/gas/rx/dpopm.sm
gas/testsuite/gas/rx/dpushm.sm
gas/testsuite/gas/rx/macros.inc

index 098353a8f3364a20fec65eac816ebe143887b721..a5d5fbc64d89b8c46d8bb4c6d0ea221dd74393cb 100644 (file)
@@ -1,3 +1,10 @@
+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
index dfb04843a50fe995baedb858a539bb5af84b4b7a..388e5ee039a0804932b82ceb73f231748979911f 100644 (file)
@@ -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 },
index 6c779bd04f6675346ce917493b05b03017211952..019c3087689f59cd488768649d34fc7b155fe005 100644 (file)
@@ -1,2 +1,2 @@
        dpopm.d {dregPlo}-{dregPhi}
-       dpopm.l {dpsw;dcmr}-{depc;dcent}
+       dpopm.l {dpsw;dcmr}-{depc;decnt}
index a6093c41be342656491b39caa574a66fddf1b49b..413433541888009a4ae6fee42a70191d255bdbf2 100644 (file)
@@ -1,2 +1,2 @@
        dpushm.d        {dregPlo}-{dregPhi}
-       dpushm.l        {dpsw;dcmr}-{depc;dcent}
+       dpushm.l        {dpsw;dcmr}-{depc;decnt}
index 7fc4c42f585be360addb837dfd6666cc23fc7ed4..329850fbb002e2e3f458373c759cdf1f0a705393 100644 (file)
@@ -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}