Commit f86fe1fb by Richard Kenner

(enum processor_type): Change from RIOS to RIOS1.

(PROCESSOR_DEFAULT): Likewise.

From-SVN: r5360
parent c2dd11d9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment