From: Joern Rennecke Date: Mon, 2 Dec 2013 23:22:57 +0000 (+0000) Subject: epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif. X-Git-Tag: releases/gcc-4.9.0~2323 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04604fed8cda105df73a2846495554047a5ad037;p=thirdparty%2Fgcc.git epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif. * config/epiphany/epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif. From-SVN: r205609 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef191664efe8..aa1c22a3ec04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-12-02 Joern Rennecke + + * config/epiphany/epiphany.h: Wrap rtl_opt_pass declarations + in #ifndef IN_LIBGCC2 / #endif. + 2013-12-02 Jakub Jelinek PR tree-optimization/59358 diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h index f16ab85dde93..faa255574e12 100644 --- a/gcc/config/epiphany/epiphany.h +++ b/gcc/config/epiphany/epiphany.h @@ -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. */