Commit 34113d65 by Sebastian Huber Committed by Sebastian Huber

epiphany: Enable Ada run-time build

gcc/

	PR target/83681
	* config/epiphany/epiphany.h (make_pass_mode_switch_use): Guard
	by not USED_FOR_TARGET.
	(make_pass_resolve_sw_modes): Likewise.

From-SVN: r256331
parent 05122129
2018-01-08 Sebastian Huber <sebastian.huber@embedded-brains.de> 2018-01-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR target/83681
* config/epiphany/epiphany.h (make_pass_mode_switch_use): Guard
by not USED_FOR_TARGET.
(make_pass_resolve_sw_modes): Likewise.
2018-01-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
* config/nios2/nios2.h (nios2_section_threshold): Guard by not * config/nios2/nios2.h (nios2_section_threshold): Guard by not
USED_FOR_TARGET. USED_FOR_TARGET.
......
...@@ -879,7 +879,7 @@ enum ...@@ -879,7 +879,7 @@ enum
}; };
extern int epiphany_normal_fp_rounding; extern int epiphany_normal_fp_rounding;
#ifndef IN_LIBGCC2 #ifndef USED_FOR_TARGET
extern rtl_opt_pass *make_pass_mode_switch_use (gcc::context *ctxt); extern rtl_opt_pass *make_pass_mode_switch_use (gcc::context *ctxt);
extern rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt); extern rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt);
#endif #endif
......
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