target/cris: Remove the deprecated CRIS target
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 Jul 2024 11:47:57 +0000 (13:47 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Sep 2024 18:11:13 +0000 (20:11 +0200)
commit44e4075bf43aaf8c114f5644e8bf855bb3f854a4
tree5f2f0b64adee735ca6d86aca39ad5d83ac860b45
parent01d01edc9fc4623e93118bc8cb8c69a46d707026
target/cris: Remove the deprecated CRIS target

The CRIS target is deprecated since v9.0 (commit c7bbef40234
"docs: mark CRIS support as deprecated").

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-14-philmd@linaro.org>
29 files changed:
MAINTAINERS
docs/about/deprecated.rst
docs/about/emulation.rst
docs/about/removed-features.rst
fpu/softfloat-specialize.c.inc
include/exec/poison.h
scripts/coverity-scan/COMPONENTS.md
target/Kconfig
target/cris/Kconfig [deleted file]
target/cris/cpu-param.h [deleted file]
target/cris/cpu-qom.h [deleted file]
target/cris/cpu.c [deleted file]
target/cris/cpu.h [deleted file]
target/cris/crisv10-decode.h [deleted file]
target/cris/crisv32-decode.h [deleted file]
target/cris/gdbstub.c [deleted file]
target/cris/helper.c [deleted file]
target/cris/helper.h [deleted file]
target/cris/machine.c [deleted file]
target/cris/meson.build [deleted file]
target/cris/mmu.c [deleted file]
target/cris/mmu.h [deleted file]
target/cris/op_helper.c [deleted file]
target/cris/opcode-cris.h [deleted file]
target/cris/translate.c [deleted file]
target/cris/translate_v10.c.inc [deleted file]
target/meson.build
tests/data/qobject/qdict.txt
tests/qtest/machine-none-test.c