OSDN Git Service

* src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Feb 2010 23:51:07 +0000 (23:51 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Feb 2010 23:51:07 +0000 (23:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156982 138bc75d-0d04-0410-961f-82ee72b054a4

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"
   }
 }