aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-10-04 12:29:44 -0700
committerJim Wilson <wilson@gcc.gnu.org>1996-10-04 12:29:44 -0700
commit227665e760b1e42a16c8c6cbe884dee48182515b (patch)
treeeccdcdc51791b679c82ca7c53b88c6c9d27380f3 /gcc
parent4b674448203883c9b44091bf55479ee238d267fb (diff)
downloadgcc-227665e760b1e42a16c8c6cbe884dee48182515b.zip
gcc-227665e760b1e42a16c8c6cbe884dee48182515b.tar.gz
gcc-227665e760b1e42a16c8c6cbe884dee48182515b.tar.bz2
(PRESERVE_DEATH_INFO_REGNO_P): define
From-SVN: r12900
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sh/sh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
index 92fa50e..2e40b9f 100644
--- a/gcc/config/sh/sh.h
+++ b/gcc/config/sh/sh.h
@@ -149,6 +149,8 @@ extern int target_flags;
#define TARGET_DEFAULT (0)
+#define PRESERVE_DEATH_INFO_REGNO_P(regno) (TARGET_RELAX || optimize)
+
#define OVERRIDE_OPTIONS \
do { \
sh_cpu = CPU_SH0; \