Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.3/gentoo: 93_all_gcc43-pr37179.patch
Date: Sun, 21 Jun 2009 02:27:53
Message-Id: E1MICmc-00017M-Je@stork.gentoo.org
1 halcy0n 09/06/21 02:27:50
2
3 Modified: 93_all_gcc43-pr37179.patch
4 Log:
5 Fix patch so it will apply
6
7 Revision Changes Path
8 1.2 src/patchsets/gcc/4.3.3/gentoo/93_all_gcc43-pr37179.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.3/gentoo/93_all_gcc43-pr37179.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.3/gentoo/93_all_gcc43-pr37179.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.3/gentoo/93_all_gcc43-pr37179.patch?r1=1.1&r2=1.2
13
14 Index: 93_all_gcc43-pr37179.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.3.3/gentoo/93_all_gcc43-pr37179.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 93_all_gcc43-pr37179.patch 20 Jun 2009 18:52:36 -0000 1.1
21 +++ 93_all_gcc43-pr37179.patch 21 Jun 2009 02:27:50 -0000 1.2
22 @@ -1,20 +1,12 @@
23 -Index: branches/gcc-4_3-branch/gcc/ChangeLog
24 -===================================================================
25 ---- branches/gcc-4_3-branch/gcc/ChangeLog (revision 147521)
26 -+++ branches/gcc-4_3-branch/gcc/ChangeLog (revision 147522)
27 -@@ -1,3 +1,12 @@
28 -+2009-05-14 Uros Bizjak <ubizjak@×××××.com>
29 -+
30 -+ PR target/37179
31 -+ * config/i386/driver-i386.c (vendor_signatures): New enum.
32 -+ (processor_signatures): Ditto.
33 -+ (host_detect_local_cpu): Use vendor_signatures and
34 -+ processor_signatures enums. For SIG_AMD vendor, check for
35 -+ SIG_GEODE processor signature to detect geode processor.
36 -+
37 - 2009-05-12 Tobias Burnus <burnus@×××××.de>
38 -
39 - PR bootstrap/40061
40 +2009-05-14 Uros Bizjak <ubizjak@×××××.com>
41 +
42 + PR target/37179
43 + * config/i386/driver-i386.c (vendor_signatures): New enum.
44 + (processor_signatures): Ditto.
45 + (host_detect_local_cpu): Use vendor_signatures and
46 + processor_signatures enums. For SIG_AMD vendor, check for
47 + SIG_GEODE processor signature to detect geode processor.
48 +
49 Index: branches/gcc-4_3-branch/gcc/config/i386/driver-i386.c
50 ===================================================================
51 --- branches/gcc-4_3-branch/gcc/config/i386/driver-i386.c (revision 147521)