X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=sys%2Fsrc%2Flibmach%2Fsetmach.c;h=09e6fcf53cd2df0fafd2c54fcb6201d9d6d07f07;hb=ce17224eaf159e48b4cbb40c437bb2b3e008ca9e;hp=746a385cd9dc26fd545dd338b306b40bc0d5799f;hpb=e5888a1ffdae813d7575f5fb02275c6bb07e5199;p=plan9front.git diff --git a/sys/src/libmach/setmach.c b/sys/src/libmach/setmach.c old mode 100755 new mode 100644 index 746a385cd..09e6fcf53 --- a/sys/src/libmach/setmach.c +++ b/sys/src/libmach/setmach.c @@ -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? */