From a2d715ed961d17227d1d1289b9944abc0ebfea5e Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 18 Nov 1992 05:02:32 +0000 Subject: [PATCH] #define CMPINT_USE_STRUCS until cmpaux-i386.m4 is updated. --- v7/src/microcode/cmpintmd/i386.h | 9 +++++++-- v7/src/microcode/cmpintmd/mips.h | 6 +++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/cmpintmd/i386.h b/v7/src/microcode/cmpintmd/i386.h index 926de11c0..e7b357d1b 100644 --- a/v7/src/microcode/cmpintmd/i386.h +++ b/v7/src/microcode/cmpintmd/i386.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: i386.h,v 1.19 1992/09/26 02:54:51 cph Exp $ +$Id: i386.h,v 1.20 1992/11/18 05:01:56 gjr Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -48,14 +48,19 @@ MIT in each case. */ #define COMPILER_MC68020_TYPE 1 #define COMPILER_VAX_TYPE 2 #define COMPILER_SPECTRUM_TYPE 3 -#define COMPILER_MIPS_TYPE 4 +#define COMPILER_OLD_MIPS_TYPE 4 #define COMPILER_MC68040_TYPE 5 #define COMPILER_SPARC_TYPE 6 #define COMPILER_RS6000_TYPE 7 #define COMPILER_MC88K_TYPE 8 #define COMPILER_I386_TYPE 9 #define COMPILER_ALPHA_TYPE 10 +#define COMPILER_MIPS_TYPE 11 +#define COMPILER_LOSING_C_TYPE 12 +/* Until cmpaux-i386.m4 is updated. */ +#define CMPINT_USE_STRUCS + /* Problems with i386 ISA (instruction set architecture) diff --git a/v7/src/microcode/cmpintmd/mips.h b/v7/src/microcode/cmpintmd/mips.h index d55a464a9..b89f9a202 100644 --- a/v7/src/microcode/cmpintmd/mips.h +++ b/v7/src/microcode/cmpintmd/mips.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: mips.h,v 1.16 1992/09/26 02:54:53 cph Exp $ +$Id: mips.h,v 1.17 1992/11/18 05:02:32 gjr Exp $ Copyright (c) 1989-1992 Massachusetts Institute of Technology @@ -104,9 +104,13 @@ extern void syscall(); #define COMPILER_I386_TYPE 9 #define COMPILER_ALPHA_TYPE 10 #define COMPILER_MIPS_TYPE 11 +#define COMPILER_LOSING_C_TYPE 12 /* Machine parameters to be set by the user. */ +/* Until cmpaux-mips.m4 is updated. */ +#define CMPINT_USE_STRUCS + /* Processor type. Choose a number from the above list, or allocate your own. */ #define COMPILER_PROCESSOR_TYPE COMPILER_MIPS_TYPE -- 2.25.1