Commit 605040b4 by Eric Botcazou Committed by Eric Botcazou

re PR ada/67205 (eliminate No_Implicit_Dynamic_Code restriction violations)

	PR ada/67205
	* config/mips/mips.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.

From-SVN: r242868
parent 54e606f0
2016-11-25 Eric Botcazou <ebotcazou@adacore.com>
PR ada/67205
* config/mips/mips.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
2016-11-25 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/70965
......@@ -22488,6 +22488,10 @@ mips_promote_function_mode (const_tree type ATTRIBUTE_UNUSED,
#undef TARGET_HARD_REGNO_SCRATCH_OK
#define TARGET_HARD_REGNO_SCRATCH_OK mips_hard_regno_scratch_ok
/* The architecture reserves bit 0 for MIPS16 so use bit 1 for descriptors. */
#undef TARGET_CUSTOM_FUNCTION_DESCRIPTORS
#define TARGET_CUSTOM_FUNCTION_DESCRIPTORS 2
struct gcc_target targetm = TARGET_INITIALIZER;
#include "gt-mips.h"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment