* src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.
authorJanis Johnson <janis187@us.ibm.com>
Mon, 22 Feb 2010 23:51:07 +0000 (23:51 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 22 Feb 2010 23:51:07 +0000 (23:51 +0000)
From-SVN: r156982

libstdc++-v3/ChangeLog
libstdc++-v3/src/compatibility-ldbl.cc

index c32971f..63171f9 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-22  Janis Johnson  <janis187@us.ibm.com>
+
+       * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.
+
 2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * src/hash-aux.cc: Rename to...
index d73be4a..25cbf70 100644 (file)
@@ -74,7 +74,7 @@ namespace std
 {
   namespace tr1 
   {
-#include "hash-aux.cc"
+#include "hash-long-double-aux.cc"
   }
 }