summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-03-07 14:48:22 +0000
committermm <mm@FreeBSD.org>2011-03-07 14:48:22 +0000
commit6be340ca746d2a579e71248a98a638f162bc2a02 (patch)
treefa2a9d663d08fea14a8926a87e0fde29e51ade0a /contrib/gcc/config/i386/i386.md
parent369c5b070787f39a1cf37a583c0af8c1a0177e50 (diff)
downloadFreeBSD-src-6be340ca746d2a579e71248a98a638f162bc2a02.zip
FreeBSD-src-6be340ca746d2a579e71248a98a638f162bc2a02.tar.gz
Backport Intel Core 2 and AMD Geode CPU types from gcc-4.3 (GPLv2)
These options are supported in this shape in all newer GCC versions. PR: gnu/155308 Obtained from: gcc 4.3 (rev. 118090, 118973, 120846; GPLv2) MFC after: 2 weeks
Diffstat (limited to 'contrib/gcc/config/i386/i386.md')
-rw-r--r--contrib/gcc/config/i386/i386.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/i386.md b/contrib/gcc/config/i386/i386.md
index f7481ed..fd6eb3c 100644
--- a/contrib/gcc/config/i386/i386.md
+++ b/contrib/gcc/config/i386/i386.md
@@ -187,7 +187,7 @@
;; Processor type. This attribute must exactly match the processor_type
;; enumeration in i386.h.
-(define_attr "cpu" "i386,i486,pentium,pentiumpro,k6,athlon,pentium4,k8,nocona,generic32,generic64"
+(define_attr "cpu" "i386,i486,pentium,pentiumpro,geode,k6,athlon,pentium4,k8,nocona,core2,generic32,generic64"
(const (symbol_ref "ix86_tune")))
;; A basic instruction type. Refinements due to arguments to be
@@ -473,6 +473,7 @@
(include "ppro.md")
(include "k6.md")
(include "athlon.md")
+(include "geode.md")
;; Operand and operator predicates and constraints
OpenPOWER on IntegriCloud