OSDN Git Service

* target.h (struct gcc_target): Add frame_pointer_required field.
[pf3gnuchains/gcc-fork.git] / gcc / config / vax / vax.c
index a783b6f..d0543da 100644 (file)
@@ -98,6 +98,9 @@ static rtx vax_builtin_setjmp_frame_value (void);
 #undef TARGET_LEGITIMATE_ADDRESS_P
 #define TARGET_LEGITIMATE_ADDRESS_P vax_legitimate_address_p
 
+#undef TARGET_FRAME_POINTER_REQUIRED
+#define TARGET_FRAME_POINTER_REQUIRED hook_bool_void_true
+
 struct gcc_target targetm = TARGET_INITIALIZER;
 \f
 /* Set global variables as needed for the options enabled.  */