summaryrefslogtreecommitdiff
path: root/sys/src/libmach/setmach.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-05-04 17:10:26 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-05-04 17:10:26 +0200
commitfb790a51f49f0d5f4f4f415ace3cee4ff7de3ba9 (patch)
tree16b8dc921a53c6e33279371b76c51a310e67eb6d /sys/src/libmach/setmach.c
parent53c73dedec2920c0c6f6c2459fe1ff11ccaae8e6 (diff)
libmach: more alpha
Diffstat (limited to 'sys/src/libmach/setmach.c')
-rw-r--r--sys/src/libmach/setmach.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/src/libmach/setmach.c b/sys/src/libmach/setmach.c
index 746a385cd..09e6fcf53 100644
--- 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? */