Commit b6a2d236 by Doug Evans

rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define.

	* rs6000/rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
	(OVERRIDE_OPTIONS): Call it.

From-SVN: r8965
parent 51600f3d
......@@ -268,7 +268,16 @@ extern char *rs6000_cpu_string;
On the RS/6000 this is used to define the target cpu type. */
#define OVERRIDE_OPTIONS rs6000_override_options ()
#define OVERRIDE_OPTIONS \
do { \
rs6000_override_options (); \
SUBTARGET_OVERRIDE_OPTIONS; \
} while (0)
/* For OS-dependent options */
#ifndef SUBTARGET_OVERRIDE_OPTIONS
#define SUBTARGET_OVERRIDE_OPTIONS
#endif
/* Show we can debug even without a frame pointer. */
#define CAN_DEBUG_WITHOUT_FP
......
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