aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/epiphany
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-08 09:17:20 +0000
committerSebastian Huber <sh@gcc.gnu.org>2018-01-08 09:17:20 +0000
commit34113d650eb2cb7b10e4f218a7857a53ba32c81f (patch)
treead6e1b8612c4fea62d5404de88f437b9d8ac6874 /gcc/config/epiphany
parent051221292292dbfc13f0d6f81278295b47b4bada (diff)
downloadgcc-34113d650eb2cb7b10e4f218a7857a53ba32c81f.zip
gcc-34113d650eb2cb7b10e4f218a7857a53ba32c81f.tar.gz
gcc-34113d650eb2cb7b10e4f218a7857a53ba32c81f.tar.bz2
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
Diffstat (limited to 'gcc/config/epiphany')
-rw-r--r--gcc/config/epiphany/epiphany.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h
index b771e01..d8c0f2d 100644
--- a/gcc/config/epiphany/epiphany.h
+++ b/gcc/config/epiphany/epiphany.h
@@ -879,7 +879,7 @@ enum
};
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_resolve_sw_modes (gcc::context *ctxt);
#endif