From 6cab873196ddb5b6b5c026f5eed50f12e87b6265 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 22 Feb 1996 02:49:46 +0000 Subject: [PATCH] * sparc/sparc.md (cpu attr): Add sparc{lite,let} implementations. From-SVN: r11339 --- gcc/config/sparc/sparc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 008a774e490..88c8fa5c3bb 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -30,9 +30,9 @@ ;; 'f' for all DF/TFmode values, including those that are specific to the v8. ;; Attribute for cpu type. -;; These must match those in sparc.h. -(define_attr "cpu" "common,cypress,v8,supersparc,sparclite,sparclet,v9,ultrasparc" - (const (symbol_ref "sparc_cpu"))) +;; These must match the values for enum processor_type in sparc.h. +(define_attr "cpu" "v7,cypress,v8,supersparc,sparclite,f930,f934,sparclet,90c701,v8plus,v9,ultrasparc" + (const (symbol_ref "sparc_cpu_attr"))) ;; Attribute for the instruction set. ;; At present we only need to distinguish v9/!v9, but for clarity we -- 2.30.2