* config/rs6000/rs6000.c (rs6000_file_start): Use PPC405_ERRATUM77.

From-SVN: r101454
This commit is contained in:
David Edelsohn 2005-06-30 03:48:22 +00:00 committed by David Edelsohn
parent 917b04f492
commit 9c6b4ed953
2 changed files with 6 additions and 4 deletions

View 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

View 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)