diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-24 13:47:57 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-13 20:10:50 +0200 |
| commit | bff4b02ca1f48f8bf77aa0992c551bbc9f8b9189 (patch) | |
| tree | fb4a7ae6f7ac072d1c50d199ffc58a021d2348c6 /linux-user/cris/target_elf.h | |
| parent | 5fce444152a5e62852b9c2812cdd2f7e0434d59d (diff) | |
| download | focaccia-qemu-bff4b02ca1f48f8bf77aa0992c551bbc9f8b9189.tar.gz focaccia-qemu-bff4b02ca1f48f8bf77aa0992c551bbc9f8b9189.zip | |
linux-user: Remove support for CRIS target
As per the deprecation notice in commit c7bbef4023: The CRIS architecture was pulled from Linux in 4.17 and the compiler is no longer packaged in any distro making it harder to run the `check-tcg` tests. Unless we can improve the testing situation there is a chance the code will bitrot without anyone noticing. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Message-ID: <20240904143603.52934-5-philmd@linaro.org>
Diffstat (limited to 'linux-user/cris/target_elf.h')
| -rw-r--r-- | linux-user/cris/target_elf.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/linux-user/cris/target_elf.h b/linux-user/cris/target_elf.h deleted file mode 100644 index 99eb4ec704..0000000000 --- a/linux-user/cris/target_elf.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation, or (at your option) any - * later version. See the COPYING file in the top-level directory. - */ - -#ifndef CRIS_TARGET_ELF_H -#define CRIS_TARGET_ELF_H -static inline const char *cpu_get_model(uint32_t eflags) -{ - return "any"; -} -#endif |