diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-29 10:38:04 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-30 07:04:04 +1000 |
| commit | db325955c715c4e4237b370cb65c03ca3414e60d (patch) | |
| tree | 83b27d6722eb79e44368df07a80c3c10b39508b4 /linux-user/elfload.c | |
| parent | c33d6652970edcdc6d88e1e4316569f618086a9a (diff) | |
| download | focaccia-qemu-db325955c715c4e4237b370cb65c03ca3414e60d.tar.gz focaccia-qemu-db325955c715c4e4237b370cb65c03ca3414e60d.zip | |
linux-user: Move elf parameters to microblaze/target_elf.h
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/elfload.c')
| -rw-r--r-- | linux-user/elfload.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index a67147d43b..6c8771d804 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -130,15 +130,6 @@ typedef abi_uint target_gid_t; #endif typedef abi_int target_pid_t; -#ifdef TARGET_MICROBLAZE - -#define elf_check_arch(x) ( (x) == EM_MICROBLAZE || (x) == EM_MICROBLAZE_OLD) - -#define ELF_CLASS ELFCLASS32 -#define ELF_ARCH EM_MICROBLAZE - -#endif /* TARGET_MICROBLAZE */ - #ifdef TARGET_OPENRISC #define ELF_ARCH EM_OPENRISC |