[v3] add GLIBCPP_3.2.2

Benjamin Kosnik bkoz@redhat.com
Thu Dec 5 14:52:00 GMT 2002


Needed for gcc-3_2-branch versioning, but versioning merged from mainline.

tested x86/linux

2002-12-05  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/abi_check.cc: Add GLIBCPP_3.2.2.

Index: testsuite/abi_check.cc
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/abi_check.cc,v
retrieving revision 1.11
diff -c -p -r1.11 abi_check.cc
*** testsuite/abi_check.cc	26 Nov 2002 01:37:50 -0000	1.11
--- testsuite/abi_check.cc	5 Dec 2002 22:49:58 -0000
*************** main(int argc, char** argv)
*** 365,370 ****
--- 365,371 ----
      {
        vector<string> compatible_versions;
        compatible_versions.push_back("GLIBCPP_3.2.1");
+       compatible_versions.push_back("GLIBCPP_3.2.2");
        compatible_versions.push_back("CXXABI_1.2.1");
  
        symbol_info test = test_symbols[added_names[i]];



More information about the Gcc-patches mailing list