Commit 9c6b4ed9 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r101454
parent 917b04f4
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment