aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-01-29 19:25:37 +0000
committerDoug Evans <dje@google.com>1998-01-29 19:25:37 +0000
commit7649e13e6791988d26e4b0232a8473fac5772d08 (patch)
tree44438a7d2045d84cdb5c95c5baf55b9a7735c077 /sim
parent80bc5d031a1b02e77d61e7e215e1c1492c98452c (diff)
downloadgdb-7649e13e6791988d26e4b0232a8473fac5772d08.zip
gdb-7649e13e6791988d26e4b0232a8473fac5772d08.tar.gz
gdb-7649e13e6791988d26e4b0232a8473fac5772d08.tar.bz2
* Makefile.in (M32RX_OBJS): Comment out until m32rx port working.
* arch.h (HAVE_CPU_M32RX): Likewise. * arch.c (machs): Check ifdef HAVE_CPU_FOO for each entry.
Diffstat (limited to 'sim')
-rw-r--r--sim/m32r/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/arch.h b/sim/m32r/arch.h
index 42ccb8c..989c9b2 100644
--- a/sim/m32r/arch.h
+++ b/sim/m32r/arch.h
@@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
/* Macros to determine which cpus are supported. */
#define HAVE_CPU_M32R
/* start-sanitize-m32rx */
-#define HAVE_CPU_M32RX
+/*#define HAVE_CPU_M32RX*/
/* end-sanitize-m32rx */
/* Enum declaration for mode types. */