2004-05-21 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 2004 05:01:36 +0000 (05:01 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 2004 05:01:36 +0000 (05:01 +0000)
* docs/html/abi.html (libgcc_s): Additions suggested by Matthias Klose.
* docs/doxygen/Intro.3: Subtractions suggested by Phil Edwards.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82122 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/Intro.3
libstdc++-v3/docs/html/abi.html

index fe58a1e..1327578 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-21  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * docs/html/abi.html (libgcc_s): Additions suggested by Matthias Klose.
+       * docs/doxygen/Intro.3: Subtractions suggested by Phil Edwards.
+
 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
 
        * include/bits/istream.tcc (ignore): Remove redundant line.
index 59513a5..281eda0 100644 (file)
@@ -27,7 +27,6 @@ introduction to the various categories, consult a text such as Josuttis'
 or Austern's.)  These category pages are:
 .P
 .\" These are separated by ONE TAB.  Nothing else.  I don't like it either.
-.\" Keep them alphabatized.
 .TS
 lB l.
 C++Intro       This page.
index 421c170..17dd89d 100644 (file)
@@ -168,7 +168,10 @@ on ELF systems).</p>
     <li>gcc-3.3.1: libgcc_s.so.1</li>
     <li>gcc-3.3.2: libgcc_s.so.1</li>
     <li>gcc-3.3.3: libgcc_s.so.1</li>
-    <li>gcc-3.4.0: libgcc_s.so.1</li>
+    <li>gcc-3.4.0: on m68k-linux and hppa-linux this is either libgcc_s.so.1
+    (when configuring <code>--with-sjlj-exceptions</code>) or
+    libgcc_s.so.2. For all others, this is libgcc_s.so.1.
+    </li>
     </ul>
     <p></p>
     </li>