linux-user: Move elf parameters to m68k/target_elf.h
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
ac2a6820bf
commit
4cbf380111
2 changed files with 3 additions and 7 deletions
|
|
@ -130,13 +130,6 @@ typedef abi_uint target_gid_t;
|
|||
#endif
|
||||
typedef abi_int target_pid_t;
|
||||
|
||||
#ifdef TARGET_M68K
|
||||
|
||||
#define ELF_CLASS ELFCLASS32
|
||||
#define ELF_ARCH EM_68K
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef TARGET_ALPHA
|
||||
|
||||
#define ELF_CLASS ELFCLASS64
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#ifndef M68K_TARGET_ELF_H
|
||||
#define M68K_TARGET_ELF_H
|
||||
|
||||
#define ELF_CLASS ELFCLASS32
|
||||
#define ELF_ARCH EM_68K
|
||||
|
||||
#define HAVE_ELF_CORE_DUMP 1
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue