From 04d02ece5ec6ea08f60dba1efa289b8c358b3e5b Mon Sep 17 00:00:00 2001 From: "J\"orn Rennecke" Date: Thu, 26 Mar 1998 10:17:32 +0000 Subject: * sh.h (OPTIMIZATION_OPTIONS): Define. From-SVN: r18837 --- gcc/config/sh/sh.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/config/sh') diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index e0b05b6..1842574 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -160,6 +160,12 @@ extern int target_flags; #define PRESERVE_DEATH_INFO_REGNO_P(regno) (TARGET_RELAX || optimize) +#define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \ +do { \ + if (SIZE) \ + target_flags |= SPACE_BIT; \ +} while (0) + #define ASSEMBLER_DIALECT 0 /* will allow to distinguish b[tf].s and b[tf]/s . */ #define OVERRIDE_OPTIONS \ do { \ -- cgit v1.1