diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-06-21 02:27:50 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-06-21 02:27:50 +0000 |
commit | d928fe4cffc48651c593203ab0f3775adb11bbab (patch) | |
tree | 0190b148e6826cac913ad6915894bb9b1b494518 /4.3.3/gentoo/93_all_gcc43-pr37179.patch | |
parent | Fix patch so it will actually apply, and add a new patch to fix bug #274131 (diff) | |
download | gcc-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/gentoo/93_all_gcc43-pr37179.patch')
-rw-r--r-- | 4.3.3/gentoo/93_all_gcc43-pr37179.patch | 26 |
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) |