* config/rs6000/rs6000.c (rs6000_file_start): Use PPC405_ERRATUM77.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 30 Jun 2005 03:48:22 +0000 (03:48 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 30 Jun 2005 03:48:22 +0000 (23:48 -0400)
From-SVN: r101454

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

index 194c81477a2dd5eaf9c6f3c8831d5afc0e9d2c64..6a9d21270d2d5f6bbd11cadb193684af5318f673 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 5bc8ccfdada5141a7504f2362a0a6bf4b485d2ad..96564e188ab0e7ef32f2c780f460cb7dc0905bef 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)