[patch] Update list of e_machine values
H.J. Lu
hjl.tools@gmail.com
Thu Feb 3 16:42:45 GMT 2022
On Thu, Feb 3, 2022 at 8:41 AM ccoutant--- via Binutils
<binutils@sourceware.org> wrote:
>
> I've added three recently allocated e_machine values
> to include/elf/common.h.
Hi Cary,
Is psABI git repo available to the public?
Thanks.
> -cary
>
>
> Add new e_machine values.
>
> include/elf:
> * common.h: Add EM_U16_U8CORE, EM_TACHYUM, EM_56800V4.
>
> diff --git a/include/elf/common.h b/include/elf/common.h
> index b1bfa9162b5..fe252e9368f 100644
> --- a/include/elf/common.h
> +++ b/include/elf/common.h
> @@ -354,6 +354,9 @@
> #define EM_65816 257 /* WDC 65816/65C816 */
> #define EM_LOONGARCH 258 /* LoongArch */
> #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) */
>
> /* If it is necessary to assign new unofficial EM_* values, please pick large
> random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision
--
H.J.
More information about the Binutils
mailing list