This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed: fix epiphany libgcc build



2013-12-02  Joern Rennecke  <joern.rennecke@embecosm.com>

	* config/epiphany/epiphany.h: Wrap rtl_opt_pass declarations
	in #ifndef IN_LIBGCC2 / #endif.

Index: config/epiphany/epiphany.h
===================================================================
--- config/epiphany/epiphany.h	(revision 205586)
+++ config/epiphany/epiphany.h	(working copy)
@@ -929,8 +929,10 @@ enum
 };
 
 extern int epiphany_normal_fp_rounding;
+#ifndef IN_LIBGCC2
 extern rtl_opt_pass *make_pass_mode_switch_use (gcc::context *ctxt);
 extern rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt);
+#endif
 
 /* This will need to be adjusted when FP_CONTRACT_ON is properly
    implemented.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]