+2004-05-13  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/14720
+       * config/linker-map.gnu: Export basic_ios::_M_setstate.
+       * testsuite/abi_check.cc (check_version): Add GLIBCXX_3.2.4
+       to known versions.
+       * configure.in (libtool_VERSION): To 5:6:0. 
+       * configure: Regenerated.
+
 2004-05-07  Matthias Klose  <doko@debian.org>
 
        * include/backward/iterator.h: Add GPL copyright info,
 
 // Utility for libstdc++ ABI analysis -*- C++ -*-
 
-// Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+// Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
       known_versions.push_back("GLIBCPP_3.2.1");
       known_versions.push_back("GLIBCPP_3.2.2");
       known_versions.push_back("GLIBCPP_3.2.3"); // gcc-3.3.0
+      known_versions.push_back("GLIBCPP_3.2.4"); // gcc-3.3.4
       known_versions.push_back("CXXABI_1.2");
       known_versions.push_back("CXXABI_1.2.1");
     }