* config/rs6000/rs6000.c (rs6000_file_start): Use PPC405_ERRATUM77.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2005 03:48:22 +0000 (03:48 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2005 03:48:22 +0000 (03:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101454 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 194c814..6a9d212 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-29  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (rs6000_file_start): Use PPC405_ERRATUM77.
+
 2005-06-29  Diego Novillo  <dnovillo@redhat.com>
 
        PR 22234
index 5bc8ccf..96564e1 100644 (file)
@@ -1850,13 +1850,11 @@ rs6000_file_start (void)
            }
        }
 
-#ifdef CONFIG_PPC405CR
-      if (rs6000_cpu == PROCESSOR_PPC405)
+      if (PPC405_ERRATUM77)
        {
-         fprint (file, "%s PPC405CR_ERRATUM77", start);
+         fprintf (file, "%s PPC405CR_ERRATUM77", start);
          start = "";
        }
-#endif
 
 #ifdef USING_ELFOS_H
       switch (rs6000_sdata)