From: dje Date: Thu, 22 Feb 1996 02:49:46 +0000 (+0000) Subject: * sparc/sparc.md (cpu attr): Add sparc{lite,let} implementations. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=c187ce1548767cdf2b885030c89ed59fb1d6f682;p=pf3gnuchains%2Fgcc-fork.git * sparc/sparc.md (cpu attr): Add sparc{lite,let} implementations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11339 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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