From 9042c0e20de166542b603621fd30dc8be95dfd4d Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 23 Dec 2006 14:18:40 +0000 Subject: Check ELF binaries for machine type and endianness. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2274 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sh4/cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-sh4/cpu.h') diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index ef818fd..7296d9e 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -25,6 +25,8 @@ #define TARGET_LONG_BITS 32 #define TARGET_HAS_ICE 1 +#define ELF_MACHINE EM_SH + #include "cpu-defs.h" #include "softfloat.h" -- cgit v1.1