From: Benjamin Kosnik
Date: Sat, 22 May 2004 05:01:36 +0000 (+0000)
Subject: abi.html (libgcc_s): Additions suggested by Matthias Klose.
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3e14d3983d8215c01b29154edbe1927dcfe79af;p=gcc.git
abi.html (libgcc_s): Additions suggested by Matthias Klose.
2004-05-21 Benjamin Kosnik
* docs/html/abi.html (libgcc_s): Additions suggested by Matthias Klose.
* docs/doxygen/Intro.3: Subtractions suggested by Phil Edwards.
From-SVN: r82122
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index fe58a1ea241..13275783531 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-21 Benjamin Kosnik
+
+ * 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
* include/bits/istream.tcc (ignore): Remove redundant line.
diff --git a/libstdc++-v3/docs/doxygen/Intro.3 b/libstdc++-v3/docs/doxygen/Intro.3
index 59513a59f36..281eda02f05 100644
--- a/libstdc++-v3/docs/doxygen/Intro.3
+++ b/libstdc++-v3/docs/doxygen/Intro.3
@@ -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.
diff --git a/libstdc++-v3/docs/html/abi.html b/libstdc++-v3/docs/html/abi.html
index 421c1706cea..17dd89d4e80 100644
--- a/libstdc++-v3/docs/html/abi.html
+++ b/libstdc++-v3/docs/html/abi.html
@@ -168,7 +168,10 @@ on ELF systems).
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.0: libgcc_s.so.1
+ gcc-3.4.0: 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.
+