]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* alpha.c (override_options): Don't force ALPHA_TP_PROG for ev6.
authorRichard Henderson <rth@cygnus.com>
Mon, 2 Aug 1999 19:46:08 +0000 (12:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 2 Aug 1999 19:46:08 +0000 (12:46 -0700)
From-SVN: r28405

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

index 6d9fb0dda89e9ccc84a26d836c799abf502fe9ca..ef9f5ba6b58460cfcdc8b25855637298b25d421f 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug  2 12:45:09 1999  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.c (override_options): Don't force ALPHA_TP_PROG for ev6.
+
 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
 
        * fix-header.c (main): When testing for CONTINUED, use string
index 24178f16d2aada74679f6fa2835b641b5e2455fb..2d62693d76bdd45bdde425e4ced0afc9e12c87cc 100644 (file)
@@ -230,11 +230,6 @@ override_options ()
          alpha_cpu = PROCESSOR_EV6;
          target_flags |= MASK_BWX | MASK_MAX | MASK_FIX;
          target_flags &= ~ (MASK_CIX);
-
-         /* Except for EV6 pass 1 (not released), we always have 
-            precise arithmetic traps.  Which means we can do 
-            software completion without minding trap shadows.  */
-         alpha_tp = ALPHA_TP_PROG;
        }
       else
        error ("bad value `%s' for -mcpu switch", alpha_cpu_string);