]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Prevent the V850 assembler from generating an internal error if it is asked to
authorNick Clifton <nickc@redhat.com>
Sat, 17 May 2014 16:45:18 +0000 (17:45 +0100)
committerNick Clifton <nickc@redhat.com>
Sat, 17 May 2014 16:48:44 +0000 (17:48 +0100)
commit77f730a2f5cef30db27d251d9006284252903d24
treecc1084e7c881da5970efc9d96c985849456062be
parenta7c7b2ba6c8a9603ab36293dc74182438ef28b21
Prevent the V850 assembler from generating an internal error if it is asked to
handle a ctoff() pseudo-op when running in RH850 ABI mode.

PR gas/16946
* config/tc-v850.c (handle_ctoff): Generate an error if called
when using the RH850 ABI.
gas/ChangeLog
gas/config/tc-v850.c