From 2ba51f8c569d25cabe811a4d3e700eaf41da8473 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 19 Jun 2015 14:22:16 +0000 Subject: [PATCH] Replace EM_486 with EM_IAMCU. This matches the current http://www.sco.com/developers/gabi/latest/ch4.eheader.html#machine git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240132 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/ELF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h index 8b915ff0581..e23fcbb5eb8 100644 --- a/include/llvm/Support/ELF.h +++ b/include/llvm/Support/ELF.h @@ -133,7 +133,7 @@ enum { EM_386 = 3, // Intel 386 EM_68K = 4, // Motorola 68000 EM_88K = 5, // Motorola 88000 - EM_486 = 6, // Intel 486 (deprecated) + EM_IAMCU = 6, // Intel MCU EM_860 = 7, // Intel 80860 EM_MIPS = 8, // MIPS R3000 EM_S370 = 9, // IBM System/370 -- 2.34.1