diff options
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/doxygen/Intro.3 | 1 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/abi.html | 5 |
2 files changed, 4 insertions, 2 deletions
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> |