public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: ccoutant@gmail.com
To: binutils@sourceware.org
Subject: [patch] Update list of e_machine values
Date: Thu, 03 Feb 2022 08:40:36 -0800	[thread overview]
Message-ID: <61fc0585.1c69fb81.f8a93.288b@mx.google.com> (raw)

I've added three recently allocated e_machine values
to include/elf/common.h.

-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

             reply	other threads:[~2022-02-03 16:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03 16:40 ccoutant [this message]
2022-02-03 16:42 ` H.J. Lu
2022-02-03 16:57   ` Cary Coutant
2022-02-03 16:59     ` H.J. Lu
2022-02-03 20:20       ` Fangrui Song
2022-02-03 22:52 ` Cary Coutant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=61fc0585.1c69fb81.f8a93.288b@mx.google.com \
    --to=ccoutant@gmail.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).