aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-12-16 00:11:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-16 00:11:48 +0000
commitc98e7fe852a0a47e1a88ac68528491af7889b706 (patch)
tree2b5556bfacb2c22de66a560c89b037ff53a18c3e /gcc/toplev.c
parent9d05bbceb29f58b912b95cee1e43b0bcd8994e56 (diff)
downloadgcc-c98e7fe852a0a47e1a88ac68528491af7889b706.zip
gcc-c98e7fe852a0a47e1a88ac68528491af7889b706.tar.gz
gcc-c98e7fe852a0a47e1a88ac68528491af7889b706.tar.bz2
system.h (DEFAULT_CALLER_SAVES): Poison.
* system.h (DEFAULT_CALLER_SAVES): Poison. * toplev.c (flag_caller_saves): Always initialize with 0. * doc/tm.texi (DEFAULT_CALLER_SAVES): Remove. From-SVN: r74655
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r--gcc/toplev.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 47cdc73..f70946c 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -471,11 +471,7 @@ int flag_short_enums;
be saved across function calls, if that produces overall better code.
Optional now, so people can test it. */
-#ifdef DEFAULT_CALLER_SAVES
-int flag_caller_saves = 1;
-#else
int flag_caller_saves = 0;
-#endif
/* Nonzero if structures and unions should be returned in memory.