aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r--gas/config/tc-i386.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h
index e355f7f..5e12272 100644
--- a/gas/config/tc-i386.h
+++ b/gas/config/tc-i386.h
@@ -220,7 +220,8 @@ enum processor_type
PROCESSOR_K8,
PROCESSOR_GENERIC32,
PROCESSOR_GENERIC64,
- PROCESSOR_AMDFAM10
+ PROCESSOR_AMDFAM10,
+ PROCESSOR_AMDFAM15
};
extern enum processor_type cpu_arch_tune;