From 875bb7e35b78c609252187dc7bd68d90bf742da9 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 30 Apr 2021 18:03:55 +0200 Subject: Remove the deprecated moxie target There are no known users of this CPU anymore, and there are no binaries available online which could be used for regression tests, so the code has likely completely bit-rotten already. It's been marked as deprecated since two releases now and nobody spoke up that there is still a need to keep it, thus let's remove it now. Signed-off-by: Thomas Huth Message-Id: <20210430160355.698194-1-thuth@redhat.com> Reviewed-by: Peter Maydell Reviewed-by: Richard Henderson [Commit message typos fixed, trivial conflicts resolved] Signed-off-by: Markus Armbruster --- fpu/softfloat-specialize.c.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpu/softfloat-specialize.c.inc') diff --git a/fpu/softfloat-specialize.c.inc b/fpu/softfloat-specialize.c.inc index 9ea318f3e2..60df67d441 100644 --- a/fpu/softfloat-specialize.c.inc +++ b/fpu/softfloat-specialize.c.inc @@ -152,7 +152,7 @@ static FloatParts parts_default_nan(float_status *status) /* This case is true for Alpha, ARM, MIPS, OpenRISC, PPC, RISC-V, * S390, SH4, TriCore, and Xtensa. I cannot find documentation * for Unicore32; the choice from the original commit is unchanged. - * Our other supported targets, CRIS, LM32, Moxie, Nios2, and Tile, + * Our other supported targets, CRIS, LM32, and Nios2, * do not have floating-point. */ if (snan_bit_is_one(status)) { -- cgit v1.2.3-55-g7522