OSDN Git Service

* ginclude/varargs.h: Replace with stub which issues #error.
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / sparc.h
index 97f1a2d..c3c16e2 100644 (file)
@@ -1097,7 +1097,6 @@ extern int sparc_mode_class[];
 #define FRAME_POINTER_REQUIRED                         \
   (TARGET_FLAT                                         \
    ? (current_function_calls_alloca                    \
-      || current_function_varargs                      \
       || !leaf_function_p ())                          \
    : ! (leaf_function_p () && only_leaf_regs_used ()))