From: Philippe Mathieu-Daudé Date: Wed, 27 Mar 2024 14:48:04 +0000 (+0100) Subject: fpu/softfloat: Remove mention of TILE-Gx target X-Git-Tag: v9.0.0-rc2~2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9988c7b50e0ebd93a8ac10d7da6890d05971e98e;p=thirdparty%2Fqemu.git fpu/softfloat: Remove mention of TILE-Gx target TILE-Gx has been removed during the v6.0 release (see commit 2cc1a90166 "Remove deprecated target tilegx"), no need to mention it in the list of "supported targets". Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Richard Henderson Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/fpu/softfloat-specialize.c.inc b/fpu/softfloat-specialize.c.inc index 1610472cfc4..1c85c48a73c 100644 --- a/fpu/softfloat-specialize.c.inc +++ b/fpu/softfloat-specialize.c.inc @@ -152,7 +152,7 @@ static void parts64_default_nan(FloatParts64 *p, float_status *status) /* * This case is true for Alpha, ARM, MIPS, OpenRISC, PPC, RISC-V, * S390, SH4, TriCore, and Xtensa. Our other supported targets, - * CRIS, Nios2, and Tile, do not have floating-point. + * CRIS and Nios2, do not have floating-point. */ if (snan_bit_is_one(status)) { /* set all bits other than msb */