diff options
author | Nick Clifton <nickc@redhat.com> | 2004-02-23 16:46:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-02-23 16:46:46 +0000 |
commit | 8ee9a8b2e70a9b650d1a60aa71b61936efa67c6a (patch) | |
tree | ed887302c9ed964316c71f6979eb6b6ea6b9b2e7 /cpu/ChangeLog | |
parent | 2f69029796db11899c3a1cd98468f1987d4cd201 (diff) | |
download | gdb-8ee9a8b2e70a9b650d1a60aa71b61936efa67c6a.zip gdb-8ee9a8b2e70a9b650d1a60aa71b61936efa67c6a.tar.gz gdb-8ee9a8b2e70a9b650d1a60aa71b61936efa67c6a.tar.bz2 |
Apply m32r patches from Renesas
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 9d0f3e2..2a7b8c4 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,27 @@ +2004-02-23 Nick Clifton <nickc@redhat.com> + + * Apply these patches from Renesas: + + 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * cpu/m32r.opc (my_print_insn): Fixed incorrect output when + disassembling codes for 0x*2 addresses. + + 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction. + + 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * cpu/m32r.cpu : Add new model m32r2. + Add new instructions. + Replace occurrances of 'Mitsubishi' with 'Renesas'. + Changed PIPE attr of push from O to OS. + Care for Little-endian of M32R. + * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn): + Care for Little-endian of M32R. + (parse_slo16): signed extension for value. + 2004-02-20 Andrew Cagney <cagney@redhat.com> * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick |