From: Janis Johnson Date: Mon, 22 Feb 2010 23:51:07 +0000 (+0000) Subject: * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc. X-Git-Tag: releases/gcc-4.5.0~655 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b557fc6e42fdfd5f3e2ecbab44f7310b4980a6e;p=thirdparty%2Fgcc.git * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc. From-SVN: r156982 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c32971f1ff47..63171f986103 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2010-02-22 Janis Johnson + + * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc. + 2010-02-22 Paolo Carlini * src/hash-aux.cc: Rename to... diff --git a/libstdc++-v3/src/compatibility-ldbl.cc b/libstdc++-v3/src/compatibility-ldbl.cc index d73be4afea63..25cbf70a3a7e 100644 --- a/libstdc++-v3/src/compatibility-ldbl.cc +++ b/libstdc++-v3/src/compatibility-ldbl.cc @@ -74,7 +74,7 @@ namespace std { namespace tr1 { -#include "hash-aux.cc" +#include "hash-long-double-aux.cc" } }