]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
abi.html: Mention 3.4.0 as the current baseline; add a notice about the configure...
authorPaolo Carlini <pcarlini@suse.de>
Fri, 27 May 2005 21:27:48 +0000 (21:27 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 27 May 2005 21:27:48 +0000 (21:27 +0000)
2005-05-27  Paolo Carlini  <pcarlini@suse.de>

* docs/html/abi.html: Mention 3.4.0 as the current baseline; add
a notice about the configure options.

From-SVN: r100277

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/abi.html

index edd302158144f8469f362c81067f069c615df75a..64db40289832b76da07085c622e592d47cb33456 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-27  Paolo Carlini  <pcarlini@suse.de>
+
+       * docs/html/abi.html: Mention 3.4.0 as the current baseline; add
+       a notice about the configure options.
+
 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
 
        * docs/html/test.html: Mention PCH_CXXFLAGS.
index e48bb4b8bf7ebaab478389793be4725c1f35b559..1971b3aa63da120140aef6a25ba712c7be69ec03 100644 (file)
@@ -734,11 +734,18 @@ Use the 'make check-abi' rule in the libstdc++-v3 Makefile.
 <p>
 This is a proactive check the library ABI. Currently, exported symbol
 names that are either weak or defined are checked against a last known
-good baseline. Currently, this baseline is keyed off of 3.2.0
+good baseline. Currently, this baseline is keyed off of 3.4.0
 binaries, as this was the last time the .so number was incremented. In
 addition, all exported names are demangled, and the exported objects
 are checked to make sure they are the same size as the same object in
 the baseline.
+
+Notice that each baseline is relative to a <strong>default</strong>
+configured library and compiler: in particular, if options such as
+--enable-clocale, or --with-cpu, in case of multilibs, are used at
+configure time, the check may fail, either because of substantive
+differences or because of limitations of the current checking
+machinery.
 </p>
 
 <p>