diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-05-22 05:01:36 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-05-22 05:01:36 +0000 |
commit | a3e14d3983d8215c01b29154edbe1927dcfe79af (patch) | |
tree | 8a115dea50f636773ea423d2196e1ad3afedee28 | |
parent | b02398bd5bebe35bc44def2963fee7a4c4cf3568 (diff) | |
download | gcc-a3e14d3983d8215c01b29154edbe1927dcfe79af.zip gcc-a3e14d3983d8215c01b29154edbe1927dcfe79af.tar.gz gcc-a3e14d3983d8215c01b29154edbe1927dcfe79af.tar.bz2 |
abi.html (libgcc_s): Additions suggested by Matthias Klose.
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.
From-SVN: r82122
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/docs/doxygen/Intro.3 | 1 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/abi.html | 5 |
3 files changed, 9 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fe58a1e..1327578 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/docs/doxygen/Intro.3 b/libstdc++-v3/docs/doxygen/Intro.3 index 59513a5..281eda0 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 421c1706..17dd89d 100644 --- a/libstdc++-v3/docs/html/abi.html +++ b/libstdc++-v3/docs/html/abi.html @@ -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> |