From patchwork Fri Jun 11 15:41:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libstdc++/44268 document libgcc version for hppa-linux Date: Fri, 11 Jun 2010 05:41:57 -0000 From: Jonathan Wakely X-Patchwork-Id: 55338 Message-Id: To: "libstdc++" , gcc-patches 2010-06-11 Jonathan Wakely PR libstdc++/44268 * doc/xml/manual/abi.xml: Fix libgcc version for hppa-linux. committed to trunk Index: doc/xml/manual/abi.xml =================================================================== --- doc/xml/manual/abi.xml (revision 160340) +++ doc/xml/manual/abi.xml (working copy) @@ -179,11 +179,26 @@ compatible. 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.x, gcc-4.[0-5].x: 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. - + gcc-3.4.x, gcc-4.[0-5].x: libgcc_s.so.1 + + + For m68k-linux the versions differ as follows: + + + gcc-3.4.x, gcc-4.[0-5].x: libgcc_s.so.1 + when configuring --with-sjlj-exceptions, or + libgcc_s.so.2 + + + For hppa-linux the versions differ as follows: + + + gcc-3.4.x, gcc-4.[0-1].x: either libgcc_s.so.1 + when configuring --with-sjlj-exceptions, or + libgcc_s.so.2 + gcc-4.[2-5].x: either libgcc_s.so.3 when configuring + --with-sjlj-exceptions) or libgcc_s.so.4 +