diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-19 14:01:40 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-19 14:01:40 +0000 |
commit | b9153b52115c9ec63a97b027c379946ee3900f46 (patch) | |
tree | 06812d53daeb1952877d7d0700b54da3b42cee2d /libgfortran/config.h.in | |
parent | 09a6d85b36c859ddebeb7cb427e28004e2f5e5c2 (diff) | |
download | gcc-b9153b52115c9ec63a97b027c379946ee3900f46.tar.gz |
PR target/56347
* acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for
broken powf.
* configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise.
* intrinsics/c99_functions.c: Likewise.
* configure: Rebuilt.
* config.h.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196139 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index ee4c14f52c3..fb5026fc0da 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -81,9 +81,6 @@ /* Define to 1 if the target supports __attribute__((visibility(...))). */ #undef HAVE_ATTRIBUTE_VISIBILITY -/* Define if powf is broken. */ -#undef HAVE_BROKEN_POWF - /* Define to 1 if you have the `cabs' function. */ #undef HAVE_CABS |