From 4f97537bdfd2f7388b8da7e009de5a43537e949f Mon Sep 17 00:00:00 2001 From: aldyh Date: Mon, 29 Jul 2002 21:37:23 +0000 Subject: [PATCH] * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55850 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f76a2f17c21..668337eb8aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-07-29 Aldy Hernandez + * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute. + +2002-07-29 Aldy Hernandez + * config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540. 2002-07-29 Aldy Hernandez diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index d076d0bb698..bc57d052406 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -56,7 +56,7 @@ ;; Processor type -- this attribute must exactly match the processor_type ;; enumeration in rs6000.h. -(define_attr "cpu" "rios1,rios2,rs64a,mpccore,ppc403,ppc405,ppc601,ppc603,ppc604,ppc604e,ppc620,ppc630,ppc750,ppc7400,ppc7450,power4" +(define_attr "cpu" "rios1,rios2,rs64a,mpccore,ppc403,ppc405,ppc601,ppc603,ppc604,ppc604e,ppc620,ppc630,ppc750,ppc7400,ppc7450,ppc8540,power4" (const (symbol_ref "rs6000_cpu_attr"))) ; (define_function_unit NAME MULTIPLICITY SIMULTANEITY -- 2.11.4.GIT