summaryrefslogtreecommitdiff
path: root/gold/plugin.cc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-10-14 12:47:43 -0400
committerJoel Brobecker <brobecker@adacore.com>2014-10-16 14:52:17 -0700
commit5af04e20f6333dc224d1668dcd433d7c8ca84e71 (patch)
treec83b685982139aa3241972ddb308b7b925b42372 /gold/plugin.cc
parent89c7137fad41711072e2a15ce539e2ad293bd065 (diff)
downloadbinutils-gdb-5af04e20f6333dc224d1668dcd433d7c8ca84e71.tar.gz
Use strtod instead of strtold in libiberty/d-demangle.c
strtold is currently used to decode templates which have a floating-point value encoded inside; but this routine is not available on some systems, such as Solaris 2.9 for instance. This patch fixes the issue by replace the use of strtold by strtod. It reduces a bit the precision, but it should still remain acceptable in most cases. libiberty/ChangeLog: * d-demangle.c: Replace strtold with strtod in global comment. (strtold): Remove declaration. (strtod): New declaration. (dlang_parse_real): Declare value as double instead of long double. Replace call to strtold by call to strtod. Update format in call to snprintf.
Diffstat (limited to 'gold/plugin.cc')
0 files changed, 0 insertions, 0 deletions