From d03400279434c79d8471f275d2533704a239a5ad Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 29 Jan 1998 21:03:41 +0000 Subject: [PATCH] * Makefile.in (M32RX_OBJS): Comment out until m32rx port working. * arch.h (HAVE_CPU_M32R{,X}): Delete, moved to m32r-opc.h. * arch.c (machs): Check ifdef HAVE_CPU_FOO for each entry. --- sim/m32r/ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index afe5a88ba5..21fe9e7de2 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,16 +1,24 @@ +start-sanitize-m32rx +Thu Jan 29 11:22:00 1998 Doug Evans + + * Makefile.in (M32RX_OBJS): Comment out until m32rx port working. + * arch.h (HAVE_CPU_M32R{,X}): Delete, moved to m32r-opc.h. + * arch.c (machs): Check ifdef HAVE_CPU_FOO for each entry. + +end-sanitize-m32rx Tue Jan 20 14:16:02 1998 Nick Clifton * cpux.h: Fix duplicate definition of h_accums field for fmt_53_sadd structure. +start-sanitize-m32rx Tue Jan 20 01:42:17 1998 Doug Evans -start-sanitize-m32rx * Makefile.in: Add m32rx objs, and rules to build them. * cpux.h, decodex.h, decodex.c, readx.c, semx.c, modelx.c: New files. * m32rx.c, mloopx.in: New files. -end-sanitize-m32rx +end-sanitize-m32rx Mon Jan 19 22:26:29 1998 Doug Evans * configure: Regenerated to track ../common/aclocal.m4 changes.