diff options
author | Nick Clifton <nickc@redhat.com> | 2014-03-19 09:40:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-19 09:40:21 +0000 |
commit | b41c812c966de02326a9df6c57db648feb26dceb (patch) | |
tree | 59a47895b98ba369dedeaccea9168c9c8e120a56 /opcodes | |
parent | b8985e5c0e880ddaac7dd42171fca4359f85ea95 (diff) | |
download | fsf-binutils-gdb-b41c812c966de02326a9df6c57db648feb26dceb.zip fsf-binutils-gdb-b41c812c966de02326a9df6c57db648feb26dceb.tar.gz fsf-binutils-gdb-b41c812c966de02326a9df6c57db648feb26dceb.tar.bz2 |
Fix typo in changelog entry.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a2822fb..950ff57 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -2,7 +2,7 @@ * rx-decode.opc (bwl): Allow for bogus instructions with a size field of 3. - (sbwl, ubwl): Likewise. + (sbwl, ubwl, SCALE): Likewise. * rx-decode.c: Regenerate. 2014-03-12 Alan Modra <amodra@gmail.com> |