diff options
author | Darius Galis <darius.galis@cyberthorstudios.com> | 2021-08-11 14:01:55 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-08-11 14:01:55 +0100 |
commit | 12612c24a6bd5cdcfb60cd254295b21a5ec8594a (patch) | |
tree | 570ac351aae80c4fc1b8589a2cc802845afceb00 /gas/ChangeLog | |
parent | 5393ca689ae6801ffa4eba377d1f3b97f496b49b (diff) | |
download | gdb-12612c24a6bd5cdcfb60cd254295b21a5ec8594a.zip gdb-12612c24a6bd5cdcfb60cd254295b21a5ec8594a.tar.gz gdb-12612c24a6bd5cdcfb60cd254295b21a5ec8594a.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 098353a..a5d5fbc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 |