S12Z: gas: Permit "extend" instructions which don't actually extend.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 16 Jan 2019 13:34:50 +0000 (14:34 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 16 Jan 2019 13:40:21 +0000 (14:40 +0100)
commit77fdb0e00bd47c564c4e32726fc6020d9441d4a7
treef399a328c97f914c0223183504b2263c33638827
parentd5dcaf1b59e77047e10a1f246095d6b21f7d9772
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.
gas/ChangeLog
gas/config/tc-s12z.c
This page took 0.026655 seconds and 4 git commands to generate.