Add EM_INTEL205 to EM_INTEL209
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 22 May 2013 17:02:35 +0000 (17:02 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 22 May 2013 17:02:35 +0000 (17:02 +0000)
* common.h (EM_INTEL205): New.
(EM_INTEL206): Likewise.
(EM_INTEL207): Likewise.
(EM_INTEL208): Likewise.
(EM_INTEL209): Likewise.

include/elf/ChangeLog
include/elf/common.h

index 1eb581b5b6b2922d087217230bbfdcc6fe3fdd5c..2263307f41ad4e5413bc17c563e2d63426ce3ac9 100644 (file)
@@ -1,3 +1,11 @@
+2013-05-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * common.h (EM_INTEL205): New.
+       (EM_INTEL206): Likewise.
+       (EM_INTEL207): Likewise.
+       (EM_INTEL208): Likewise.
+       (EM_INTEL209): Likewise.
+
 2013-05-02  Nick Clifton  <nickc@redhat.com>
 
        * msp430.h: Add MSP430X relocs.
index 8bdefa60b9166b0205d0f9c4f1f6f3b44db4dc97..cd3bcdd2b2cc28e4e7bca1f5d0dd17497b8c5956 100644 (file)
 #define EM_TILEGX      191     /* Tilera TILE-Gx multicore architecture family */
 #define EM_RL78                197     /* Renesas RL78 family.  */
 #define EM_78K0R       199     /* Renesas 78K0R.  */
+#define EM_INTEL205    205     /* Reserved by Intel */
+#define EM_INTEL206    206     /* Reserved by Intel */
+#define EM_INTEL207    207     /* Reserved by Intel */
+#define EM_INTEL208    208     /* Reserved by Intel */
+#define EM_INTEL209    209     /* 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
This page took 0.026876 seconds and 4 git commands to generate.