Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-04-01 21:30:35 +0400
committerH.J. Lu <hjl.tools@gmail.com>2009-04-01 21:30:35 +0400
commit80e823e058ae0ff59c6a8157893744558c4be804 (patch)
tree6339735cf7c97abcf0d10b57a48a3c265329ed71
parentcf7fdc06721b0f59df8d0dacb8398fc7ec03035a (diff)
2009-04-01 H.J. Lu <hongjiu.lu@intel.com>
* common.h (EM_INTEL178): Removed. (EM_INTEL179): Likewise. (EM_ETPU): New. (EM_SLE9X): Likewise. (EM_INTEL181): Likewise. (EM_INTEL182): Likewise.
-rw-r--r--include/elf/ChangeLog9
-rw-r--r--include/elf/common.h6
2 files changed, 13 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 2f2e51514..beb40b62f 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,12 @@
+2009-04-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * 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 <hongjiu.lu@intel.com>
* common.h (EM_INTEL178): New.
diff --git a/include/elf/common.h b/include/elf/common.h
index 91bb86cb9..a669507d3 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