From 773d7fd206e9623edfb12cd182dc5a115ec86950 Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 3 May 2010 15:47:59 +0100 Subject: 20100503-1547 --- utils/libmach/obj.c | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'utils/libmach/obj.c') diff --git a/utils/libmach/obj.c b/utils/libmach/obj.c index 812369ba..fcb6dba8 100644 --- a/utils/libmach/obj.c +++ b/utils/libmach/obj.c @@ -50,15 +50,23 @@ struct Obj /* functions to handle each intermediate (.$O) file */ static Obj obj[] = { /* functions to identify and parse each type of obj */ - [Obj68020] "68020 .2", _is2, _read2, - [ObjAmd64] "amd64 .6", _is6, _read6, - [ObjArm] "arm .5", _is5, _read5, - [Obj386] "386 .8", _is8, _read8, - [ObjSparc] "sparc .k", _isk, _readk, - [ObjPower] "power .q", _isq, _readq, - [ObjMips] "mips .v", _isv, _readv, - [ObjPower64] "power64 .9", _is9, _read9, - [Maxobjtype] 0, 0 + /*[Obj68020]*/ "68020 .2", _is2, _read2, + /*[ObjSparc]*/ "sparc .k", _isk, _readk, + /*[ObjMips]*/ "mips .v", _isv, _readv, + /*[Obj386]*/ "386 .8", _is8, _read8, + /*[Obj960]*/ {0, 0,}, + /*[Obj3210]*/ {0, 0,}, + /*[ObjMips2]*/ {0, 0,}, + /*[Obj29000]*/ {0, 0,}, + /*[ObjArm]*/ "arm .5", _is5, _read5, + /*[ObjPower]*/ "power .q", _isq, _readq, + /*[ObjMips2le]*/ {0, 0,}, + /*[ObjAlpha]*/ {0, 0,}, + /*[ObjSparc64]*/ {0, 0,}, + /*[ObjAmd64]*/ "amd64 .6", _is6, _read6, + /*[ObjSpim]*/ {0, 0,}, + /*[ObjPower64]*/ "power64 .9", _is9, _read9, + /*[Maxobjtype]*/ 0, 0 }; struct Symtab -- cgit v1.2.3