summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-06-25 20:57:51 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-06-25 20:57:51 +0000
commite4bf60773bd02c39870837ec4f3677ba9a54c574 (patch)
tree2eafa77d270c7b2d31a603cfbc2722c5c9d5ea0a /libstdc++-v3/libmath
parentc94ef60f8f2e6e2c9ba2f5f3145d5c9cf2aed11c (diff)
downloadgcc-e4bf60773bd02c39870837ec4f3677ba9a54c574.tar.gz
re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned))
2001-06-25 Phil Edwards <pme@sources.redhat.com> Kurt Garloff <garloff@suse.de> PR libstdc++/3377 * src/cmath.cc: New [version of an old] file; instantiate __cmath_power to start with. * src/Makefile.am (sources): Add cmath.cc (and alphabetize). * Makefile.in: Regenerate. * libio/Makefile.in: Regenerate. * libmath/Makefile.in: Regenerate. * libsupc++/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. Co-Authored-By: Kurt Garloff <garloff@suse.de> From-SVN: r43559
Diffstat (limited to 'libstdc++-v3/libmath')
-rw-r--r--libstdc++-v3/libmath/Makefile.in15
1 files changed, 11 insertions, 4 deletions
diff --git a/libstdc++-v3/libmath/Makefile.in b/libstdc++-v3/libmath/Makefile.in
index d136282c1fb..6a4bc2cfe05 100644
--- a/libstdc++-v3/libmath/Makefile.in
+++ b/libstdc++-v3/libmath/Makefile.in
@@ -117,13 +117,18 @@ mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
noinst_LTLIBRARIES = libmath.la
-EXTRA_LONG_DOUBLE_yes = hypotl.c signbitl.c
+EXTRA_LONG_DOUBLE_yes = \
+ hypotl.c signbitl.c
-EXTRA_DIST = hypot.c hypotf.c atan2f.c expf.c $(EXTRA_LONG_DOUBLE_yes)
+EXTRA_DIST = \
+ hypot.c hypotf.c atan2f.c expf.c \
+ $(EXTRA_LONG_DOUBLE_yes)
-libmath_la_LIBADD = @LIBMATHOBJS@ $(EXTRA_LONG_DOUBLE_$(USE_COMPLEX_LONG_DOUBLE))
+libmath_la_LIBADD = \
+ @LIBMATHOBJS@ \
+ $(EXTRA_LONG_DOUBLE_$(USE_COMPLEX_LONG_DOUBLE))
libmath_la_DEPENDENCIES = $(libmath_la_LIBADD)
@@ -141,7 +146,9 @@ LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
LIBIO_INCLUDES = @LIBIO_INCLUDES@
CSHADOW_INCLUDES = @CSHADOW_INCLUDES@
-INCLUDES = -I$(GLIBCPP_INCLUDE_DIR) -I$(top_builddir)/include $(TOPLEVEL_INCLUDES)
+INCLUDES = \
+ -I$(GLIBCPP_INCLUDE_DIR) -I$(top_builddir)/include \
+ $(TOPLEVEL_INCLUDES)
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =