qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] include/elf.h: Add EM_RX.
@ 2020-08-14 13:14 Yoshinori Sato
  2020-08-14 17:15 ` Richard Henderson
  2020-10-26 22:18 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Yoshinori Sato @ 2020-08-14 13:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yoshinori Sato

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

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
---
 include/elf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/elf.h b/include/elf.h
index 5b06b55f28..b14ecade48 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.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] include/elf.h: Add EM_RX.
  2020-08-14 13:14 [PATCH 1/1] include/elf.h: Add EM_RX Yoshinori Sato
@ 2020-08-14 17:15 ` Richard Henderson
  2020-10-26 22:18 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2020-08-14 17:15 UTC (permalink / raw)
  To: Yoshinori Sato, qemu-devel

On 8/14/20 6:14 AM, Yoshinori Sato wrote:
> RX's ELF machine not defined elf.h.
> Added it.
> 
> Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
> ---
>  include/elf.h | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] include/elf.h: Add EM_RX.
  2020-08-14 13:14 [PATCH 1/1] include/elf.h: Add EM_RX Yoshinori Sato
  2020-08-14 17:15 ` Richard Henderson
@ 2020-10-26 22:18 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-26 22:18 UTC (permalink / raw)
  To: Yoshinori Sato, qemu-devel

On 8/14/20 3:14 PM, Yoshinori Sato wrote:
> RX's ELF machine not defined elf.h.
> Added it.
> 
> Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
> ---
>   include/elf.h | 2 ++
>   1 file changed, 2 insertions(+)

Thanks, applied to renesas-next.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-26 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-14 13:14 [PATCH 1/1] include/elf.h: Add EM_RX Yoshinori Sato
2020-08-14 17:15 ` Richard Henderson
2020-10-26 22:18 ` Philippe Mathieu-Daudé

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 NNTP newsgroup(s).