tc-sparc.c: get rid of wierd usage of strchr ()
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sun, 20 Mar 2016 05:36:16 +0000 (01:36 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Tue, 22 Mar 2016 23:12:00 +0000 (19:12 -0400)
commit74b4e47aa64c64069928884d35a5bc255bfcf41d
treed8d6111ea6978e8b5ed31a7d7b06225082829cdd
parent0a433ebc90ae1d3d86382757aa049a0e91bd5019
tc-sparc.c: get rid of wierd usage of strchr ()

This lets us avoid assigning a literal to a char *, and perhaps more
importantly makes it clearer what is going on here.

gas/ChangeLog:

2016-03-22  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
call with a switch.
gas/ChangeLog
gas/config/tc-sparc.c