* alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.

From-SVN: r27770
This commit is contained in:
Richard Henderson 1999-06-25 04:34:14 -07:00 committed by Richard Henderson
parent 31bfaa0b70
commit be78cbc93e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Fri Jun 25 11:33:24 1999 Richard Henderson <rth@cygnus.com>
* alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org>
* rs6000.c (output_toc): Always use hex values for floating-point

View File

@ -198,6 +198,7 @@ override_options ()
if (alpha_cpu_string)
{
if (! strcmp (alpha_cpu_string, "ev4")
|| ! strcmp (alpha_cpu_string, "ev45")
|| ! strcmp (alpha_cpu_string, "21064"))
{
alpha_cpu = PROCESSOR_EV4;