From 2922fe9ecc6ee2f98ca693bfd47eaf52fcab2e93 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 13 Dec 1996 01:05:20 +0000 Subject: [PATCH] Define SMALL_REGISTER_CLASSES with a value From-SVN: r13303 --- gcc/config/dsp16xx/dsp16xx.h | 2 +- gcc/config/h8300/h8300.h | 2 +- gcc/config/i386/i386.h | 2 +- gcc/config/pdp11/pdp11.h | 2 +- gcc/config/sh/sh.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index bee9abb9835..83a97f8979c 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -946,7 +946,7 @@ enum reg_class rtl to be used as spill registers but prevents the compiler from extending the lifetime of these registers. */ -#define SMALL_REGISTER_CLASSES +#define SMALL_REGISTER_CLASSES 1 /* Macros to check register numbers against specific register classes. */ diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 0ca52784ec9..8e42f47f5a7 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -568,7 +568,7 @@ enum reg_class { rtl to be used as spill registers but prevents the compiler from extending the lifetime of these registers. */ -#define SMALL_REGISTER_CLASSES +#define SMALL_REGISTER_CLASSES 1 /* Define a data type for recording info about an argument list during the scan of that argument list. This data type should diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index a28c503cdaf..241650f99f6 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -706,7 +706,7 @@ enum reg_class rtl to be used as spill registers but prevents the compiler from extending the lifetime of these registers. */ -#define SMALL_REGISTER_CLASSES +#define SMALL_REGISTER_CLASSES 1 #define QI_REG_P(X) \ (REG_P (X) && REGNO (X) < 4) diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 94da18e40f8..9f755c1227e 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -378,7 +378,7 @@ enum reg_class { NO_REGS, MUL_REGS, GENERAL_REGS, LOAD_FPU_REGS, NO_LOAD_FPU_REG #define N_REG_CLASSES (int) LIM_REG_CLASSES /* have to allow this till cmpsi/tstsi are fixed in a better way !! */ -#define SMALL_REGISTER_CLASSES +#define SMALL_REGISTER_CLASSES 1 /* Since GENERAL_REGS is the same class as ALL_REGS, don't give it a different class number; just make it an alias. */ diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 8408bc64597..c8ffd38d918 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -527,7 +527,7 @@ extern int regno_reg_class[]; rtl to be used as spill registers but prevents the compiler from extending the lifetime of these registers. */ -#define SMALL_REGISTER_CLASSES +#define SMALL_REGISTER_CLASSES 1 /* The order in which register should be allocated. */ #define REG_ALLOC_ORDER \