EM_PPC
case EM_PPC: \
#define ELF32_MACHDEP_ID EM_PPC
if (ELFGET16(hdr->e_machine) != EM_PPC)
if (be16toh(eh.e_machine) != EM_PPC) {
case EM_PPC: