From: H.J. Lu Date: Wed, 1 Apr 2009 17:30:35 +0000 (+0000) Subject: 2009-04-01 H.J. Lu X-Git-Tag: sid-snapshot-20090501~298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96b2958fe936fedde8c4c37259e750a21a96d090;p=platform%2Fupstream%2Fbinutils.git 2009-04-01 H.J. Lu * common.h (EM_INTEL178): Removed. (EM_INTEL179): Likewise. (EM_ETPU): New. (EM_SLE9X): Likewise. (EM_INTEL181): Likewise. (EM_INTEL182): Likewise. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2f2e515..beb40b6 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,12 @@ +2009-04-01 H.J. Lu + + * common.h (EM_INTEL178): Removed. + (EM_INTEL179): Likewise. + (EM_ETPU): New. + (EM_SLE9X): Likewise. + (EM_INTEL181): Likewise. + (EM_INTEL182): Likewise. + 2009-03-31 H.J. Lu * common.h (EM_INTEL178): New. diff --git a/include/elf/common.h b/include/elf/common.h index 91bb86c..a669507 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -236,9 +236,11 @@ #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_ETPU 178 /* Freescale Extended Time Processing Unit */ +#define EM_SLE9X 179 /* Infineon Technologies SLE9X core */ #define EM_INTEL180 180 /* Reserved by Intel */ +#define EM_INTEL181 181 /* Reserved by Intel */ +#define EM_INTEL182 182 /* 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