Message ID | 1424432606-5288-1-git-send-email-vgupta@synopsys.com |
---|---|
State | Accepted |
Commit | 30a92760abebf268c255aa8a15c35ca0c865fe88 |
Headers | show |
On 20 February 2015 at 12:43, Vineet Gupta <Vineet.Gupta1@synopsys.com> wrote:
> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Applied. Thanks, I'm feeling way better now ;)
cheers,
diff --git a/include/elf.h b/include/elf.h index 917930b1811e..7c0ea020f456 100644 --- a/include/elf.h +++ b/include/elf.h @@ -258,7 +258,6 @@ typedef struct #define EM_MN10200 90 /* Matsushita MN10200 */ #define EM_PJ 91 /* picoJava */ #define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ -#define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */ #define EM_ARCOMPACT 93 /* ARCompact ISA based Cores: ARC 700 */ #define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ #define EM_IP2K 101 /* Ubicom IP2022 micro controller */
Signed-off-by: Vineet Gupta <vgupta@synopsys.com> --- include/elf.h | 1 - 1 file changed, 1 deletion(-)