* alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
authorRichard Henderson <rth@cygnus.com>
Fri, 25 Jun 1999 11:34:14 +0000 (04:34 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 25 Jun 1999 11:34:14 +0000 (04:34 -0700)
From-SVN: r27770

gcc/ChangeLog
gcc/config/alpha/alpha.c

index c9e23ddc6308e06d27edf42d74bef5a82927a225..28d6cbccacac640c1cf369dc4260f9847cd83a5f 100644 (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
index 24178f16d2aada74679f6fa2835b641b5e2455fb..a1e8770eb0d7860342a9cf7d33acb537be698b1e 100644 (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;