diff options
author | John Darrington <john@darrington.wattle.id.au> | 2019-01-16 14:34:50 +0100 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2019-01-16 14:40:21 +0100 |
commit | 77fdb0e00bd47c564c4e32726fc6020d9441d4a7 (patch) | |
tree | f399a328c97f914c0223183504b2263c33638827 /gas/ChangeLog | |
parent | d5dcaf1b59e77047e10a1f246095d6b21f7d9772 (diff) | |
download | gdb-77fdb0e00bd47c564c4e32726fc6020d9441d4a7.zip gdb-77fdb0e00bd47c564c4e32726fc6020d9441d4a7.tar.gz gdb-77fdb0e00bd47c564c4e32726fc6020d9441d4a7.tar.bz2 |
S12Z: gas: Permit "extend" instructions which don't actually extend.
Other assemblers permit "extending" a register into a register of a
smaller size or the same size. It doesn't make much sense to do this
but would appear to be a valid instruction. So change the error to a
warning.
gas/
* config/tc-s12z.c (tfr): Change as_bad to as_warn.
Also fix message typo and semantics.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 986af84..6b852c2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ 2019-01-16 John Darrington <john@darrington.wattle.id.au> + * config/tc-s12z.c (tfr): Change as_bad to as_warn. + Also fix message typo and semantics. * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of BFD_RELOC_24. * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead |