gas/arc: Limit special handling of t/nt flag to ARCv2
authorRinat Zelig <rinat@mellanox.com>
Thu, 16 Mar 2017 10:05:22 +0000 (10:05 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 16 Mar 2017 10:07:22 +0000 (10:07 +0000)
commit2c52e2e8c9e8f733cc0772d1400b0f4d3eb7379c
tree0958bb6beb631f5eed8c3cc0dc6576d001fdde0a
parente189bfe660d335f3b7c61446c9b5d3b0f0701606
gas/arc: Limit special handling of t/nt flag to ARCv2

In a later commit I'll be adding a new version of the ".nt" flag for an
ARC700 extension (NPS400) which does not require this same special
handling.

In this commit I have restricted the special flag handling to only apply
if we are assembling for ARCv2.  This is a restructuring commit, and
there should be no user visible changes after this commit.

gas/ChangeLog:

* config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
specially for ARCv2.
gas/ChangeLog
gas/config/tc-arc.c
This page took 0.034726 seconds and 4 git commands to generate.