diff options
author | Michael Hayes <m.hayes@elec.canterbury.ac.nz> | 2000-01-07 22:48:54 +0000 |
---|---|---|
committer | Michael Hayes <m.hayes@gcc.gnu.org> | 2000-01-07 22:48:54 +0000 |
commit | 6ee96de62161b1ff3db0601c194597cd0b003db7 (patch) | |
tree | 0eaaf29e1bf6feb2270fa657931fc8246fdd4753 | |
parent | 4f3745b0df16d983e3c81f9476a04d8f3011f52a (diff) | |
download | gcc-6ee96de62161b1ff3db0601c194597cd0b003db7.zip gcc-6ee96de62161b1ff3db0601c194597cd0b003db7.tar.gz gcc-6ee96de62161b1ff3db0601c194597cd0b003db7.tar.bz2 |
* config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
From-SVN: r31281
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 103c9a5..590913d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz> + + * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0. + 2000-01-07 David Edelsohn <edelsohn@gnu.org> * 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 b8d11fd..4e40bba 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. */ |