diff options
author | Doug Evans <dje@google.com> | 1998-01-29 21:03:41 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-29 21:03:41 +0000 |
commit | d03400279434c79d8471f275d2533704a239a5ad (patch) | |
tree | a1cb2a20c3335fa4733cd653d6e2ee36177e8e07 /sim | |
parent | 3134a2bdacbfc745d99d3422f72316836a0a1c52 (diff) | |
download | gdb-d03400279434c79d8471f275d2533704a239a5ad.zip gdb-d03400279434c79d8471f275d2533704a239a5ad.tar.gz gdb-d03400279434c79d8471f275d2533704a239a5ad.tar.bz2 |
* 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.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/m32r/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index afe5a88..21fe9e7 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 <devans@canuck.cygnus.com> + + * 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 <nickc@cygnus.com> * 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 <devans@seba.cygnus.com> -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 <devans@seba> * configure: Regenerated to track ../common/aclocal.m4 changes. |