Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml
Date: Wed, 13 Sep 2006 23:19:58
Message-Id: 20060913232010.C0DC5646EE@smtp.gentoo.org
1 jkt 06/09/13 23:20:10
2
3 Modified: gcc-upgrading.xml
4 Log:
5 #146857, 3.3 -> 4.1 stuff, part two
6
7 Revision Changes Path
8 1.23 xml/htdocs/doc/en/gcc-upgrading.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.22&r2=1.23
13
14 Index: gcc-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- gcc-upgrading.xml 13 Sep 2006 14:52:10 -0000 1.22
21 +++ gcc-upgrading.xml 13 Sep 2006 23:20:10 -0000 1.23
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.22 2006/09/13 14:52:10 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.23 2006/09/13 23:20:10 jkt Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -25,7 +25,7 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>19</version>
34 +<version>20</version>
35 <date>2006-09-13</date>
36
37 <chapter id="intro">
38 @@ -63,8 +63,8 @@
39 </p>
40
41 <warn>
42 -It should be noted that upgrading from GCC-3.4 to GCC-4.1 or greater still
43 -requires you to follow the <uri link="#upgrade-general">general upgrading
44 +It should be noted that upgrading from GCC-3.4 (or 3.3) to GCC-4.1 or greater
45 +still requires you to follow the <uri link="#upgrade-general">general upgrading
46 instructions</uri>, as GCC-3.4 and GCC-4.1 use slightly different ABIs.
47 </warn>
48
49 @@ -147,6 +147,12 @@
50 your old GCC version if you want to use an older kernel.
51 </impo>
52
53 +<impo> <!-- FIXME: do we really want to keep it here? -->
54 +In case you're upgrading from GCC-3.3, you should run <c>emerge --oneshot
55 +sys-libs/libstdc++-v3</c> to ensure the proper function of older binary C++
56 +applications.
57 +</impo>
58 +
59 </body>
60 </section>
61 </chapter>
62 @@ -158,7 +164,7 @@
63 <body>
64
65 <p>
66 -The upgrade from GCC-3.3 to 3.4 (or greater) is not seamless as the C++ ABI
67 +The upgrade from GCC-3.3 to 3.4 is not seamless as the C++ ABI
68 changed between these two versions. There is an issue with the <c>libstdc++</c>
69 library which must be taken care of, as well.
70 </p>
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list