localize string returned from visium's md_atof ()
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 19 Mar 2016 11:38:46 +0000 (07:38 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Thu, 24 Mar 2016 11:58:43 +0000 (07:58 -0400)
commiteda6e9a4a274e5b9d551d6251e55c5d2e88af643
treebb2d808940270e38a5f12bad5fb3bcd9fbb2bfb3
parentdfa3faca36ccd86cf300f59b4f482c02e3e0518b
localize string returned from visium's md_atof ()

I'm not sure the string it returns is particularly useful, or better than the
string returned by other atof implementations on failure, but given the others
return a localized string it seems like this one should too.

gas/ChangeLog:

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

* config/tc-visium.c (md_atof): Localize the string returned on
failure.
gas/ChangeLog
gas/config/tc-visium.c