From 253d272cfc1e9202d6aaf12a3bf8ede88f1d37c1 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 11 Mar 2006 02:23:19 +0000 Subject: * m32c.cpu (mul.l): New. (mulu.l): New. * m32c-desc.c: Regenerate with mul.l, mulu.l. * m32c-opc.c: Likewise. * m32c-opc.h: Likewise. --- cpu/ChangeLog | 5 +++++ cpu/m32c.cpu | 11 +++++++++++ 2 files changed, 16 insertions(+) (limited to 'cpu') diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 74e89b1..e96b74a 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,8 @@ +2006-03-10 DJ Delorie + + * m32c.cpu (mul.l): New. + (mulu.l): New. + 2006-03-03 Shrirang Khisti