From 54d3f9202cdf2b418bcd3510ddc61f53d53daaf9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 31 Mar 2009 21:19:03 +0000 Subject: [PATCH] 2009-03-31 H.J. Lu * common.h (EM_INTEL178): New. (EM_INTEL179): Likewise. (EM_INTEL180): Likewise. --- include/elf/ChangeLog | 6 ++++++ include/elf/common.h | 3 +++ 2 files changed, 9 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index e69d325176..2f2e515144 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,9 @@ +2009-03-31 H.J. Lu + + * common.h (EM_INTEL178): New. + (EM_INTEL179): Likewise. + (EM_INTEL180): Likewise. + 2009-03-20 Mikolaj Zalewski * common.h (SHT_GNU_INCREMENTAL_INPUTS): Define. diff --git a/include/elf/common.h b/include/elf/common.h index 75a6232919..91bb86cb94 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -236,6 +236,9 @@ #define EM_MCST_ELBRUS 175 /* MCST Elbrus general purpose hardware architecture */ #define EM_ECOG16 176 /* Cyan Technology eCOG16 family */ #define EM_CR16 177 /* National Semiconductor CompactRISC 16-bit processor */ +#define EM_INTEL178 178 /* Reserved by Intel */ +#define EM_INTEL179 179 /* Reserved by Intel */ +#define EM_INTEL180 180 /* Reserved by Intel */ /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision -- 2.11.0