bfin: allow ".=.+delta"
authorAlan Modra <amodra@gmail.com>
Fri, 17 Apr 2020 03:08:19 +0000 (12:38 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 17 Apr 2020 03:15:23 +0000 (12:45 +0930)
commit49af2f5c83b1eed1e9eeecb7a2bba49fc60c4d64
tree4778a20d6f0f3a91b5034be47c5fa79f4136c5c0
parent8d55d10ac0d112c586eaceb92e75bd9b80aadcc4
bfin: allow ".=.+delta"

BFIN has lots of instructions that contain "=", so "sym = expression"
is disabled for that target.  This makes an exception for assignment
to dot, fixing the recent regression of ld-scripts/pr18963.

* config/tc-bfin.h (TC_EQUAL_IN_INSN): Allow assignment to dot.
gas/ChangeLog
gas/config/tc-bfin.h
This page took 0.024102 seconds and 4 git commands to generate.