shithub: riscv

Download patch

ref: 683492cfa5136ecf0d7b6875bbae81069b8aeec8
parent: 48f43b7e36ca24ca8dc56eaf1038ab152f1fb91f
author: Jacob Moody <moody@posixcafe.org>
date: Sat Jul 22 18:45:55 EDT 2023

libmach: setmach: mipsLE* -> spim

Just a naming change, these are called
mipsLE nowwhere else in the system.

--- a/sys/src/libmach/setmach.c
+++ b/sys/src/libmach/setmach.c
@@ -40,13 +40,13 @@
 		A68020,
 		&m68020,
 		&m68020mach,	},
-	{	"mips2LE",			/*plan 9 mips2 little endian*/
+	{	"spim2",			/*plan 9 mips2 little endian*/
 		FMIPS2LE,
 		0,
 		AMIPS,
 		&mmips2le,
 		&mipsmach2le, 	},
-	{	"mipsLE",				/*plan 9 mips little endian*/
+	{	"spim",				/*plan 9 mips little endian*/
 		FMIPSLE,
 		0,
 		AMIPS,