Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/gas/config Enable AltiVec goop with -m7400.



details:   https://anonhg.NetBSD.org/src/rev/e73ea0b0ddf0
branches:  trunk
changeset: 515910:e73ea0b0ddf0
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Oct 08 09:01:29 2001 +0000

description:
Enable AltiVec goop with -m7400.

diffstat:

 gnu/dist/gas/config/tc-ppc.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r ee2fa3f02080 -r e73ea0b0ddf0 gnu/dist/gas/config/tc-ppc.c
--- a/gnu/dist/gas/config/tc-ppc.c      Mon Oct 08 08:42:56 2001 +0000
+++ b/gnu/dist/gas/config/tc-ppc.c      Mon Oct 08 09:01:29 2001 +0000
@@ -762,6 +762,8 @@
               || strcmp (arg, "603") == 0
               || strcmp (arg, "604") == 0)
        ppc_cpu = PPC_OPCODE_PPC;
+      else if (strcmp (arg, "7400") == 0)
+       ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_ALTIVEC;
       /* -mppc64 and -m620 mean to assemble for the 64-bit PowerPC
          620.  */
       else if (strcmp (arg, "ppc64") == 0 || strcmp (arg, "620") == 0)



Home | Main Index | Thread Index | Old Index