diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-06 15:41:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-06 15:41:43 +0000 |
commit | accf44633efe9de9c7300d7e7d1c7dedeaf124a2 (patch) | |
tree | 91ee159eeb60e89a2b7448ae46c8ee65f29143be /opcodes | |
parent | 0e9b2e9ac7cf1f727a0eea64b760b2c719591858 (diff) | |
download | fsf-binutils-gdb-accf44633efe9de9c7300d7e7d1c7dedeaf124a2.zip fsf-binutils-gdb-accf44633efe9de9c7300d7e7d1c7dedeaf124a2.tar.gz fsf-binutils-gdb-accf44633efe9de9c7300d7e7d1c7dedeaf124a2.tar.bz2 |
* cr16-opc.c (cr16_instruction): Fix typo in comment.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/cr16-opc.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 777b9f3..17d5e20 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2010-04-02 Masaki Muranaka <monaka@monami-software.com> + + * cr16-opc.c (cr16_instruction): Fix typo in comment. + 2010-03-25 Joseph Myers <joseph@codesourcery.com> * Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c. diff --git a/opcodes/cr16-opc.c b/opcodes/cr16-opc.c index fed2ea1..059794f 100644 --- a/opcodes/cr16-opc.c +++ b/opcodes/cr16-opc.c @@ -1,5 +1,5 @@ /* cr16-opc.c -- Table of opcodes for the CR16 processor. - Copyright 2007, 2008 Free Software Foundation, Inc. + Copyright 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by M R Swami Reddy (MR.Swami.Reddy@nsc.com) This file is part of the GNU opcodes library. @@ -34,7 +34,7 @@ const inst cr16_instruction[] = /* opc8 r r */ \ {NAME, 1, OPC+0x1, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}} -/* for Logincal operations, allow unsinged imm16 also */ +/* For Logical operations, allow unsigned imm16 also. */ #define ARITH1_BYTE_INST(NAME, OPC, OP1) \ /* opc8 imm16 r */ \ {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}} |