From: bkoz Date: Sat, 22 May 2004 05:01:36 +0000 (+0000) Subject: 2004-05-21 Benjamin Kosnik X-Git-Tag: upstream/4.9.2~71121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d04a65e14eb69971a3769b728f56ee4e9a848de1;p=platform%2Fupstream%2Flinaro-gcc.git 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82122 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * 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 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).

  • 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. +