While "set $0, $0" works, that's not the documented instruction to do
nothing for MMIX.  However, I'm not changing it for "nop_type 5" as
seen in gas.exp and org-1.s, because "set $0, $0" seems like it could
be re-used there, for some future ISA.
gas/
	* config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
+2021-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
+
 2020-12-18  Alan Modra  <amodra@gmail.com>
 
        * ecoff.c (ecoff_frob_symbol): Rename scom_section to
 
 /* MMIX has global register symbols.  */
 #define TC_GLOBAL_REGISTER_SYMBOL_OK
 
-#define md_single_noop_insn "set $0, $0"
+#define md_single_noop_insn "swym 0"