From 6ee96de62161b1ff3db0601c194597cd0b003db7 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Fri, 7 Jan 2000 22:48:54 +0000 Subject: [PATCH] * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0. From-SVN: r31281 --- gcc/ChangeLog | 4 ++++ gcc/config/c4x/c4x.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 103c9a513f1..590913d0329 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-01-08 Michael Hayes + + * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0. + 2000-01-07 David Edelsohn * rs6000.c (processor_target_table): Add power3 as alias for 630. diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index b8d11fde5a4..4e40bbaa47c 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1077,7 +1077,7 @@ CUMULATIVE_ARGS; other targets such as m68k). Since we must use stf/sti, the profitability is marginal anyway. */ -/* #define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 */ +#define CALLER_SAVE_PROFITABLE(REFS,CALLS) 0 /* Never pass data by reference. */ -- 2.30.2