gas/arc: Allow greater range of characters into flag names
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 28 Mar 2016 21:51:12 +0000 (22:51 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 7 Apr 2016 11:42:58 +0000 (12:42 +0100)
commit692166c24476b9123ca7dbb999e458a1f7fa2faa
treeff0e98b8cd6174c49420d7bb32ee204a54c98f78
parent22b92fc42c444bf39044911e8873b42fd3df81ed
gas/arc: Allow greater range of characters into flag names

An upcoming commit will add a new arc instruction flag that uses
characters that have never appeared in an arc instruction flag before.
Currently the assembler is very conservative about which characters can
or cannot appear in an instruction flag.

This commit relaxes these constraints a little.  After this commit all
alpha-numeric characters are now allowed into instruction flags.  This
complete set is not required for the upcoming change, however, having
this slightly larger set does not impact the assemblers ability to
correctly parse input, but does make it easier to add new flag to the
instruction table.

gas/ChangeLog:

* config/tc-arc.c (tokenize_flags): Allow greater range of
characters into flag names.
gas/ChangeLog
gas/config/tc-arc.c