All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Richard Henderson" <richard.henderson@linaro.org>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Yoshinori Sato" <ysato@users.sourceforge.jp>
Subject: [PULL 1/8] elf: Add EM_RX definition
Date: Tue, 27 Oct 2020 00:29:28 +0100	[thread overview]
Message-ID: <20201026232935.92777-2-f4bug@amsat.org> (raw)
In-Reply-To: <20201026232935.92777-1-f4bug@amsat.org>

From: Yoshinori Sato <ysato@users.sourceforge.jp>

RX's ELF machine is not defined in "elf.h".
Added it.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200814131438.28406-1-ysato@users.sourceforge.jp>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 include/elf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/elf.h b/include/elf.h
index c117a4d1ab0..d9bf4a95d86 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -172,6 +172,8 @@ typedef struct mips_elf_abiflags_v0 {
 
 #define EM_UNICORE32    110     /* UniCore32 */
 
+#define EM_RX           173     /* Renesas RX family */
+
 #define EM_RISCV        243     /* RISC-V */
 
 #define EM_NANOMIPS     249     /* Wave Computing nanoMIPS */
-- 
2.26.2



  reply	other threads:[~2020-10-26 23:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 23:29 [PULL 0/8] Renesas patches for 2020-10-27 Philippe Mathieu-Daudé
2020-10-26 23:29 ` Philippe Mathieu-Daudé [this message]
2020-10-26 23:29 ` [PULL 2/8] hw/timer/sh_timer: Coding style clean-up Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 3/8] hw/timer/sh_timer: Silence warnings about missing fallthrough statements Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 4/8] hw/timer/sh_timer: Remove superfluous "break" statements Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 5/8] target/sh4: Update coding style to make checkpatch.pl happy Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 6/8] target/sh4: fix some comment spelling errors Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 7/8] target/rx: Fix " Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 8/8] target/rx: Fix Lesser GPL version number Philippe Mathieu-Daudé
2020-10-28 19:59 ` [PULL 0/8] Renesas patches for 2020-10-27 Peter Maydell

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=20201026232935.92777-2-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=magnus.damm@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=ysato@users.sourceforge.jp \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.