]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 2 Dec 2013 23:22:57 +0000 (23:22 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 2 Dec 2013 23:22:57 +0000 (23:22 +0000)
        * config/epiphany/epiphany.h: Wrap rtl_opt_pass declarations
        in #ifndef IN_LIBGCC2 / #endif.

From-SVN: r205609

gcc/ChangeLog
gcc/config/epiphany/epiphany.h

index ef191664efe8a48e90aab337a0223a536fb7f0a8..aa1c22a3ec047275b56dbadc332c629a991d25d1 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-02  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * config/epiphany/epiphany.h: Wrap rtl_opt_pass declarations
+       in #ifndef IN_LIBGCC2 / #endif.
+
 2013-12-02  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/59358
index f16ab85dde93d19dff620339fbf544a3f4a5df86..faa255574e128d50973f0e68f800abbc1e734ae3 100644 (file)
@@ -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.  */