diff options
| author | Peter Crosthwaite | 2015-05-11 08:29:10 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2015-09-25 12:04:44 +0200 |
| commit | 4ecd4d16a0af714ff7d9a1ad2559c621bf27649f (patch) | |
| tree | cb58fe387998d2cf17547307a720d07b012e28a2 /linux-user | |
| parent | i386: Rename ELF_MACHINE to be x86 specific (diff) | |
| download | qemu-4ecd4d16a0af714ff7d9a1ad2559c621bf27649f.tar.gz qemu-4ecd4d16a0af714ff7d9a1ad2559c621bf27649f.tar.xz qemu-4ecd4d16a0af714ff7d9a1ad2559c621bf27649f.zip | |
ppc: Rename ELF_MACHINE to be PPC specific
Rename ELF_MACHINE to be PPC specific. This is used as-is by the
various PPC bootloaders and is locally defined to ELF_MACHINE in linux
user in PPC specific ifdeffery.
This removes another architecture specific definition from the global
namespace (as desired by multi-arch).
Cc: Alexander Graf <agraf@suse.de>
Cc: qemu-ppc@nongnu.org
Reviewed-by: Richard Henderson <rth@twiddle.net>
Acked-By: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/elfload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 506b1ee5c4..a7ff58c8bb 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -678,6 +678,7 @@ static inline void init_thread(struct target_pt_regs *regs, #ifdef TARGET_PPC +#define ELF_MACHINE PPC_ELF_MACHINE #define ELF_START_MMAP 0x80000000 #if defined(TARGET_PPC64) && !defined(TARGET_ABI32) |
