diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-mmix.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8cdf93b..b5a352f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gas/config/tc-mmix.h b/gas/config/tc-mmix.h index 2d8e226..bd597db 100644 --- a/gas/config/tc-mmix.h +++ b/gas/config/tc-mmix.h @@ -229,4 +229,4 @@ extern void mmix_md_do_align (int, char *, int, int); /* 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" |