Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/gnu/dist/gcc/config/alpha Pull up revision 1.6 (request...



details:   https://anonhg.NetBSD.org/src/rev/ecff798a4354
branches:  netbsd-1-4
changeset: 470506:ecff798a4354
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 30 09:34:37 2000 +0000

description:
Pull up revision 1.6 (requested by thorpej):
  Do not enable CIX on evc/21264, but add an ev67/21264a switch
  that does.  Fixes kernel built with -mcpu=ev6.

diffstat:

 gnu/dist/gcc/config/alpha/alpha.c |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 4cdf6c7a34a5 -r ecff798a4354 gnu/dist/gcc/config/alpha/alpha.c
--- a/gnu/dist/gcc/config/alpha/alpha.c Wed Apr 26 22:15:56 2000 +0000
+++ b/gnu/dist/gcc/config/alpha/alpha.c Sun Apr 30 09:34:37 2000 +0000
@@ -163,6 +163,13 @@
               || ! strcmp (alpha_cpu_string, "21264"))
        {
          alpha_cpu = PROCESSOR_EV6;
+         target_flags |= MASK_BWX | MASK_MAX;
+         target_flags &= ~ MASK_CIX;
+       }
+      else if (! strcmp (alpha_cpu_string, "ev67")
+              || ! strcmp (alpha_cpu_string, "21264a"))
+       {
+         alpha_cpu = PROCESSOR_EV6;
          target_flags |= MASK_BWX | MASK_CIX | MASK_MAX;
        }
       else



Home | Main Index | Thread Index | Old Index