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: upstream/12.2.0~94521 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b557fc6e42fdfd5f3e2ecbab44f7310b4980a6e;p=platform%2Fupstream%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 c32971f..63171f9 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 d73be4a..25cbf70 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" } }