diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-01-06 10:40:48 +0800 |
---|---|---|
committer | Kuan-Lin Chen <kuanlinchentw@gmail.com> | 2014-01-06 10:44:23 +0800 |
commit | b0b0c9fc49b72ec4f0f38419f20bcafcae9736d8 (patch) | |
tree | 2b7f16d134018b6ce967eb08ee4ce675b8e0ea64 /opcodes/ChangeLog | |
parent | 31e44d0a8b296c3224594c7de5a9bed6a278e34a (diff) | |
download | fsf-binutils-gdb-b0b0c9fc49b72ec4f0f38419f20bcafcae9736d8.zip fsf-binutils-gdb-b0b0c9fc49b72ec4f0f38419f20bcafcae9736d8.tar.gz fsf-binutils-gdb-b0b0c9fc49b72ec4f0f38419f20bcafcae9736d8.tar.bz2 |
* nds32-asm.c (parse_operand): Fix out-of-range integer constant.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8a9d7e6..fbb86a3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2014-01-03 Maciej W. Rozycki <macro@codesourcery.com> + + * nds32-asm.c (parse_operand): Fix out-of-range integer constant. + 2013-12-17 Kuan-Lin Chen <kuanlinchentw@gmail.com> * nds32-dis.c (sr_map): Add system register table for disassembling. |