]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/libmach/setmach.c
?a: getc() needs to increment lineno if it gets \n from peekc
[plan9front.git] / sys / src / libmach / setmach.c
old mode 100755 (executable)
new mode 100644 (file)
index 746a385..09e6fcf
@@ -17,9 +17,9 @@ struct machtab
 };
 
 extern Mach            mmips, msparc, m68020, mi386, mamd64,
-                       marm, mmips2be, mmips2le, mpower, mpower64, malpha, msparc64;
+                       marm, mmips2be, mmips2le, mpower, mpower64, msparc64;
 extern Machdata        mipsmach, mipsmachle, sparcmach, m68020mach, i386mach,
-                       armmach, mipsmach2le, powermach, alphamach, sparc64mach;
+                       armmach, mipsmach2le, powermach, sparc64mach;
 
 /*
  *     machine selection table.  machines with native disassemblers should
@@ -118,12 +118,6 @@ Machtab    machines[] =
                APOWER64,
                &mpower64,
                &powermach,     },
-       {       "alpha",                        /*Alpha*/
-               FALPHA,
-               FALPHAB,
-               AALPHA,
-               &malpha,
-               &alphamach,     },
        {       "sparc64",                      /*plan 9 sparc64 */
                FSPARC64,
                FSPARCB,                        /* XXX? */