tools/nolibc: MIPS: drop noreorder option
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 23 Jun 2025 21:25:38 +0000 (23:25 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 28 Jun 2025 20:23:25 +0000 (22:23 +0200)
commit69891dca804c08c13f9d490f9bea060149aef10e
treebfae4ff883958c3d0427dae7012ecd97b1db1503
parent36aab1693ade824640318746c2cbf085b687bad4
tools/nolibc: MIPS: drop noreorder option

There are no more statements in the assembly code which would require
the usage of ".set noreorder".

Remove the option.

This also allows removal of the manual "nop" instruction in the
delay slot.

Suggested-by: Maciej W. Rozycki <macro@orcam.me.uk>
Link: https://lore.kernel.org/lkml/alpine.DEB.2.21.2502172208570.65342@angie.orcam.me.uk/
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Tested-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Link: https://lore.kernel.org/r/20250623-nolibc-mips-n32-v3-3-6ae2d89f4259@weissschuh.net
tools/include/nolibc/arch-mips.h