[patch] Update list of e_machine values

Cary Coutant ccoutant@gmail.com
Thu Feb 3 22:52:58 GMT 2022


>     Add new e_machine values.
>
>     include/elf:
>             * common.h: Add EM_U16_U8CORE, EM_TACHYUM, EM_56800V4.

I've just committed a minor update to this patch. NXP has finalized
the name of the 56800V4 processor as 56800EF, so I've updated the EM_
constant and comment.

-cary

diff --git a/include/elf/common.h b/include/elf/common.h
index fe252e9368f..def04c323d3 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -356,7 +356,7 @@
 #define EM_KF32                259     /* ChipON KungFu32 */
 #define EM_U16_U8CORE  260     /* LAPIS nX-U16/U8 */
 #define EM_TACHYUM     261     /* Tachyum */
-#define EM_56800V4     262     /* NXP 56800V4 Digital Signal
Controller (DSC) */
+#define EM_56800EF     262     /* NXP 56800EF Digital Signal
Controller (DSC) */

 /* If it is necessary to assign new unofficial EM_* values, please pick large
    random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision


More information about the Binutils mailing list