mirror of git://gcc.gnu.org/git/gcc.git
acinclude.m4 (libtool_VERSION): Bump.
2013-11-22 Jonathan Wakely <jwakely.gcc@gmail.com> * acinclude.m4 (libtool_VERSION): Bump. * configure: Regenerate. * doc/xml/manual/abi.xml: Update version information. From-SVN: r205258
This commit is contained in:
parent
1e37d699ca
commit
2dc2114458
|
|
@ -1,3 +1,9 @@
|
|||
2013-11-22 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* acinclude.m4 (libtool_VERSION): Bump.
|
||||
* configure: Regenerate.
|
||||
* doc/xml/manual/abi.xml: Update version information.
|
||||
|
||||
2013-11-22 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/ext/random/hypergeometric_distribution/operators/
|
||||
|
|
|
|||
|
|
@ -3353,7 +3353,7 @@ changequote([,])dnl
|
|||
fi
|
||||
|
||||
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
||||
libtool_VERSION=6:19:0
|
||||
libtool_VERSION=6:20:0
|
||||
|
||||
# Everything parsed; figure out what files and settings to use.
|
||||
case $enable_symvers in
|
||||
|
|
|
|||
|
|
@ -71710,7 +71710,7 @@ $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
|
|||
fi
|
||||
|
||||
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
||||
libtool_VERSION=6:19:0
|
||||
libtool_VERSION=6:20:0
|
||||
|
||||
# Everything parsed; figure out what files and settings to use.
|
||||
case $enable_symvers in
|
||||
|
|
|
|||
|
|
@ -203,6 +203,7 @@ compatible.
|
|||
<listitem><para>GCC 4.5.0: GCC_4.5.0</para></listitem>
|
||||
<listitem><para>GCC 4.6.0: GCC_4.6.0</para></listitem>
|
||||
<listitem><para>GCC 4.7.0: GCC_4.7.0</para></listitem>
|
||||
<listitem><para>GCC 4.8.0: GCC_4.8.0</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
|
@ -261,6 +262,8 @@ compatible.
|
|||
<listitem><para>GCC 4.6.1: libstdc++.so.6.0.16</para></listitem>
|
||||
<listitem><para>GCC 4.7.0: libstdc++.so.6.0.17</para></listitem>
|
||||
<listitem><para>GCC 4.8.0: libstdc++.so.6.0.18</para></listitem>
|
||||
<listitem><para>GCC 4.8.3: libstdc++.so.6.0.19</para></listitem>
|
||||
<listitem><para>GCC 4.9.0: libstdc++.so.6.0.20</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
Note 1: Error should be libstdc++.so.3.0.3.
|
||||
|
|
@ -324,6 +327,8 @@ compatible.
|
|||
<listitem><para>GCC 4.6.1: GLIBCXX_3.4.16, CXXABI_1.3.5</para></listitem>
|
||||
<listitem><para>GCC 4.7.0: GLIBCXX_3.4.17, CXXABI_1.3.6</para></listitem>
|
||||
<listitem><para>GCC 4.8.0: GLIBCXX_3.4.18, CXXABI_1.3.7</para></listitem>
|
||||
<listitem><para>GCC 4.8.3: GLIBCXX_3.4.19, CXXABI_1.3.7</para></listitem>
|
||||
<listitem><para>GCC 4.9.0: GLIBCXX_3.4.20, CXXABI_1.3.7</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue