aboutsummaryrefslogtreecommitdiff
path: root/4.3.3
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-06-21 02:27:50 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-06-21 02:27:50 +0000
commitd928fe4cffc48651c593203ab0f3775adb11bbab (patch)
tree0190b148e6826cac913ad6915894bb9b1b494518 /4.3.3
parentFix patch so it will actually apply, and add a new patch to fix bug #274131 (diff)
downloadgcc-patches-d928fe4cffc48651c593203ab0f3775adb11bbab.tar.gz
gcc-patches-d928fe4cffc48651c593203ab0f3775adb11bbab.tar.bz2
gcc-patches-d928fe4cffc48651c593203ab0f3775adb11bbab.zip
Fix patch so it will apply
Diffstat (limited to '4.3.3')
-rw-r--r--4.3.3/gentoo/93_all_gcc43-pr37179.patch26
1 files changed, 9 insertions, 17 deletions
diff --git a/4.3.3/gentoo/93_all_gcc43-pr37179.patch b/4.3.3/gentoo/93_all_gcc43-pr37179.patch
index e950701..6995677 100644
--- a/4.3.3/gentoo/93_all_gcc43-pr37179.patch
+++ b/4.3.3/gentoo/93_all_gcc43-pr37179.patch
@@ -1,20 +1,12 @@
-Index: branches/gcc-4_3-branch/gcc/ChangeLog
-===================================================================
---- branches/gcc-4_3-branch/gcc/ChangeLog (revision 147521)
-+++ branches/gcc-4_3-branch/gcc/ChangeLog (revision 147522)
-@@ -1,3 +1,12 @@
-+2009-05-14 Uros Bizjak <ubizjak@gmail.com>
-+
-+ PR target/37179
-+ * config/i386/driver-i386.c (vendor_signatures): New enum.
-+ (processor_signatures): Ditto.
-+ (host_detect_local_cpu): Use vendor_signatures and
-+ processor_signatures enums. For SIG_AMD vendor, check for
-+ SIG_GEODE processor signature to detect geode processor.
-+
- 2009-05-12 Tobias Burnus <burnus@net-b.de>
-
- PR bootstrap/40061
+2009-05-14 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/37179
+ * config/i386/driver-i386.c (vendor_signatures): New enum.
+ (processor_signatures): Ditto.
+ (host_detect_local_cpu): Use vendor_signatures and
+ processor_signatures enums. For SIG_AMD vendor, check for
+ SIG_GEODE processor signature to detect geode processor.
+
Index: branches/gcc-4_3-branch/gcc/config/i386/driver-i386.c
===================================================================
--- branches/gcc-4_3-branch/gcc/config/i386/driver-i386.c (revision 147521)