EM_486
#define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486)
[EM_486] = "80486",
if ((mach == EM_386) || (mach == EM_486) ||
if ((mach == EM_386) || (mach == EM_486) ||
if ((mach == EM_386) || (mach == EM_486) ||
case EM_486:
{ EM_486, MSG_EM_486_DMP },
(((x).e_machine == EM_386) || ((x).e_machine == EM_486))