From: Benjamin Kosnik Date: Fri, 1 Jan 2010 00:30:45 +0000 (+0000) Subject: intro.xml: Order TR's at the end of status. X-Git-Tag: releases/gcc-4.5.0~1465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c448a85e09ecdcd100b43a9bd1a0d8d7272eb5f0;p=thirdparty%2Fgcc.git intro.xml: Order TR's at the end of status. 2009-12-31 Benjamin Kosnik * doc/xml/manual/intro.xml: Order TR's at the end of status. * doc/xml/manual/abi.xml: Update. * doc/xml/manual/evolution.xml: Put in stubs. From-SVN: r155544 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index def5105d7095..434ef19b1d6f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2009-12-31 Benjamin Kosnik + + * doc/xml/manual/intro.xml: Order TR's at the end of status. + * doc/xml/manual/abi.xml: Update. + * doc/xml/manual/evolution.xml: Put in stubs. + 2009-12-31 Paolo Carlini * include/std/bitset (bitset<>::bitset(unsigned long long), diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 5bb6a69c7b5d..6561184cc0c4 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -18,6 +18,9 @@ shared + + compatibility + @@ -176,7 +179,7 @@ compatible. gcc-3.3.1: libgcc_s.so.1 gcc-3.3.2: libgcc_s.so.1 gcc-3.3.3: libgcc_s.so.1 - gcc-3.4.x, gcc-4.[0-3].x: on m68k-linux and + gcc-3.4.x, gcc-4.[0-5].x: on m68k-linux and hppa-linux this is either libgcc_s.so.1 (when configuring --with-sjlj-exceptions) or libgcc_s.so.2. For all others, this is libgcc_s.so.1. @@ -266,7 +269,11 @@ compatible. gcc-4.3.1: libstdc++.so.6.0.10 gcc-4.3.2: libstdc++.so.6.0.10 gcc-4.3.3: libstdc++.so.6.0.10 + gcc-4.3.4: libstdc++.so.6.0.10 gcc-4.4.0: libstdc++.so.6.0.11 + gcc-4.4.1: libstdc++.so.6.0.12 + gcc-4.4.2: libstdc++.so.6.0.13 + gcc-4.5.0: libstdc++.so.6.0.14 Note 1: Error should be libstdc++.so.3.0.3. @@ -324,6 +331,9 @@ compatible. gcc-4.2.0: GLIBCXX_3.4.9 gcc-4.3.0: GLIBCXX_3.4.10, CXXABI_1.3.2 gcc-4.4.0: GLIBCXX_3.4.11, CXXABI_1.3.3 + gcc-4.4.1: GLIBCXX_3.4.12, CXXABI_1.3.3 + gcc-4.4.2: GLIBCXX_3.4.13, CXXABI_1.3.3 + gcc-4.5.0: GLIBCXX_3.4.14, CXXABI_1.3.4 @@ -350,9 +360,9 @@ compatible. gcc-3.1.x: 100 (Error, should be 101) gcc-3.2.x: 102 gcc-3.3.x: 102 - gcc-3.4.x, gcc-4.[0-3].x: 102 (when n=1) - gcc-3.4.x, gcc-4.[0-3].x: 1000 + n (when n>1) - gcc-3.4.x, gcc-4.[0-3].x: 999999 (when n=0) + gcc-3.4.x, gcc-4.[0-5].x: 102 (when n=1) + gcc-3.4.x, gcc-4.[0-5].x: 1000 + n (when n>1) + gcc-3.4.x, gcc-4.[0-5].x: 999999 (when n=0) @@ -369,7 +379,7 @@ compatible. gcc-3.1.x: (Error, not versioned) gcc-3.2.x: -fabi-version=1 gcc-3.3.x: -fabi-version=1 - gcc-3.4.x, gcc-4.[0-3].x: -fabi-version=2 (Incompatible with previous) + gcc-3.4.x, gcc-4.[0-5].x: -fabi-version=2 (Incompatible with previous) @@ -432,6 +442,8 @@ compatible. gcc-4.3.2: 20080827 gcc-4.3.3: 20090124 gcc-4.4.0: 20090421 + gcc-4.4.1: 20090722 + gcc-4.4.2: 20091015 @@ -472,7 +484,7 @@ compatible. gcc-3.3.2: "3.3.2" gcc-3.3.3: "3.3.3" gcc-3.4.x: "version-unused" - gcc-4.[0-3].x: "version-unused" + gcc-4.[0-5].x: "version-unused" @@ -531,7 +543,11 @@ compatible. gcc-4.3.0: include/c++/4.3.0 gcc-4.3.1: include/c++/4.3.1 gcc-4.3.3: include/c++/4.3.3 + gcc-4.3.4: include/c++/4.3.4 gcc-4.4.0: include/c++/4.4.0 + gcc-4.4.1: include/c++/4.4.1 + gcc-4.4.2: include/c++/4.4.2 + gcc-4.5.0: include/c++/4.5.0 diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 3c72823a8ca5..4617dcec8e8d 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -449,4 +449,28 @@ Namespace pb_ds moved to __gnu_pb_ds. + + +<constant>4.4</constant> + + + Extensions added: ext/typelist.h +and ext/throw_allocator.h. + + + + +<constant>4.5</constant> + + + + Extensions added: ext/typelist.h +and ext/throw_allocator.h. + + + +Profile mode first appears. + + + diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml index a3cdbdf1c46d..6d532612ade8 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -35,16 +35,16 @@ parse="xml" href="status_cxx1998.xml"> - - - - - + + + + +