(PROCESSOR_COMMON, PROCESSOR_POWER, PROCESSOR_POWERPC): New macros.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 17 Apr 1994 22:28:28 +0000 (18:28 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 17 Apr 1994 22:28:28 +0000 (18:28 -0400)
From-SVN: r7060

gcc/config/rs6000/rs6000.h

index b58731a53222d5148efaadb0df6adf8b0a0a2482..56e7499192c0fba7c768eebe8be99097e5940280 100644 (file)
@@ -160,6 +160,10 @@ extern enum processor_type rs6000_cpu;
 /* Recast the processor type to the cpu attribute.  */
 #define rs6000_cpu_attr ((enum attr_cpu)rs6000_cpu)
 
+/* Define generic processor types based upon current deployment.  */
+#define PROCESSOR_COMMON  PROCESSOR_PPC601
+#define PROCESSOR_POWER   PROCESSOR_RIOS1
+#define PROCESSOR_POWERPC PROCESSOR_PPC601
 /* Define the default processor.  This is overridden by other tm.h files.  */
 #define PROCESSOR_DEFAULT PROCESSOR_RIOS1