aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2006-07-19 19:52:45 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2006-07-19 19:52:45 +0300
commitcf0d6f2e579da809726f3178b29a3e4e32a83ca4 (patch)
tree3662387d3307f552b72b74f578b6cd7e1a62aff9
parentdae2efc470d71e89aae15a7075f49ba0d69c9784 (diff)
downloadgcc-cf0d6f2e579da809726f3178b29a3e4e32a83ca4.zip
gcc-cf0d6f2e579da809726f3178b29a3e4e32a83ca4.tar.gz
gcc-cf0d6f2e579da809726f3178b29a3e4e32a83ca4.tar.bz2
re PR libfortran/27919 (dot_product should be removed from the library)
2006-07-19 Janne Blomqvist <jb@gcc.gnu.org> PR fortran/27919 * m4/dotprodc.m4: Remove. * m4/dotprodl.m4: Remove. * m4/dotprod.m4: Remove. * generated/dotprod_*.c: Remove. * Makefile.am: Remove any references to dot_product implementation. * Makefile.in: Regenerated. From-SVN: r115594
-rw-r--r--libgfortran/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 1c868cc..8f87a4f 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,14 @@
+2006-07-19 Janne Blomqvist <jb@gcc.gnu.org>
+
+ PR fortran/27919
+ * m4/dotprodc.m4: Remove.
+ * m4/dotprodl.m4: Remove.
+ * m4/dotprod.m4: Remove.
+ * generated/dotprod_*.c: Remove.
+ * Makefile.am: Remove any references to dot_product
+ implementation.
+ * Makefile.in: Regenerated.
+
2006-07-18 Paolo Bonzini <bonzini@gnu.org>
* configure: Regenerate.