From c98e7fe852a0a47e1a88ac68528491af7889b706 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 16 Dec 2003 00:11:48 +0000 Subject: 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 --- gcc/toplev.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/toplev.c') 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. -- cgit v1.1