From: Peter Crosthwaite <crosthwaitepeter@gmail.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com,
Peter Crosthwaite <crosthwaitepeter@gmail.com>,
Peter Crosthwaite <crosthwaite.peter@gmail.com>,
Aurelien Jarno <aurelien@aurel32.net>,
peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL v1 15/21] sh4: Remove ELF_MACHINE from cpu.h
Date: Thu, 10 Sep 2015 22:44:37 -0700 [thread overview]
Message-ID: <ca6c6da32fb9b62a2d2695793040a1235eb23f46.1441695816.git.crosthwaite.peter@gmail.com> (raw)
In-Reply-To: <cover.1441695816.git.crosthwaite.peter@gmail.com>
In-Reply-To: <cover.1441695816.git.crosthwaite.peter@gmail.com>
From: Peter Crosthwaite <crosthwaitepeter@gmail.com>
The only generic code relying on this is linux-user, but linux users'
default behaviour of defaulting ELF_MACHINE to ELF_ARCH will handle
this.
This removes another architecture specific definition from the global
namespace.
Cc: Aurelien Jarno <aurelien@aurel32.net>
Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Acked-By: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
---
target-sh4/cpu.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h
index 34bb3d7..e2913b8 100644
--- a/target-sh4/cpu.h
+++ b/target-sh4/cpu.h
@@ -24,8 +24,6 @@
#define TARGET_LONG_BITS 32
-#define ELF_MACHINE EM_SH
-
/* CPU Subtypes */
#define SH_CPU_SH7750 (1 << 0)
#define SH_CPU_SH7750S (1 << 1)
--
1.9.1
next prev parent reply other threads:[~2015-09-11 5:45 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 5:44 [Qemu-devel] [PULL v1 00/21] Multi-arch queue Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 01/21] linux_user: elfload: Default ELF_MACHINE to ELF_ARCH Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 02/21] linux-user: elfload: Provide default for elf_check_arch Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 03/21] elf_ops: Fix coding style for EM alias case statement Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 04/21] elf: Update EM_MOXIE definition Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 05/21] arm: Remove ELF_MACHINE from cpu.h Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 06/21] mb: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 07/21] m68k: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 08/21] cris: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 09/21] moxie: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 10/21] unicore: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 12/21] or32: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 13/21] tricore: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 14/21] xtensa: " Peter Crosthwaite
2015-09-11 5:44 ` Peter Crosthwaite [this message]
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 16/21] s390: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 17/21] sparc: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 18/21] mips: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 19/21] alpha: " Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 20/21] i386: Rename ELF_MACHINE to be x86 specific Peter Crosthwaite
2015-09-11 5:44 ` [Qemu-devel] [PULL v1 21/21] ppc: Rename ELF_MACHINE to be PPC specific Peter Crosthwaite
2015-09-11 9:31 ` [Qemu-devel] [PULL v1 00/21] Multi-arch queue Peter Maydell
2015-09-11 14:45 ` Peter Crosthwaite
2015-09-22 13:58 ` Paolo Bonzini
2015-09-22 14:12 ` 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=ca6c6da32fb9b62a2d2695793040a1235eb23f46.1441695816.git.crosthwaite.peter@gmail.com \
--to=crosthwaitepeter@gmail.com \
--cc=aurelien@aurel32.net \
--cc=crosthwaite.peter@gmail.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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 NNTP newsgroup(s).