From: Richard Kenner Date: Sun, 19 Sep 1993 15:43:02 +0000 (-0400) Subject: (enum processor_type): Change from RIOS to RIOS1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f86fe1fbd3dd9df8f921f5e7e1be07d9eac1032b;p=gcc.git (enum processor_type): Change from RIOS to RIOS1. (PROCESSOR_DEFAULT): Likewise. From-SVN: r5360 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 84f80b84395..8ac022c2d0a 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -127,7 +127,7 @@ extern int target_flags; /* Processor type. */ enum processor_type - {PROCESSOR_RIOS, + {PROCESSOR_RIOS1, PROCESSOR_RIOS2, PROCESSOR_PPC601, PROCESSOR_PPC603, @@ -140,7 +140,7 @@ extern enum processor_type rs6000_cpu; #define rs6000_cpu_attr ((enum attr_cpu)rs6000_cpu) /* Define the default processor. This is overridden by other tm.h files. */ -#define PROCESSOR_DEFAULT PROCESSOR_RIOS +#define PROCESSOR_DEFAULT PROCESSOR_RIOS1 /* This macro is similar to `TARGET_SWITCHES' but defines names of command options that have values. Its definition is an