diff options
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 0186195be2..7facd5a550 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,13 @@ +2005-07-05 Nick Clifton <nickc@redhat.com> + + * iq2000.opc (parse_lo16, parse_mlo16): Make value parameter + unsigned in order to avoid compile time warnings about sign + conflicts. + + * ms1.opc (parse_*): Likewise. + (parse_imm16): Use a "void *" as it is passed both signed and + unsigned arguments. + 2005-07-01 Nick Clifton <nickc@redhat.com> * frv.opc: Update to ISO C90 function declaration style. |