public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* gdb and binutils branch master updated. 5af04e20f6333dc224d1668dcd433d7c8ca84e71
@ 2014-10-16 21:52 brobecke
  0 siblings, 0 replies; only message in thread
From: brobecke @ 2014-10-16 21:52 UTC (permalink / raw)
  To: src-cvs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  5af04e20f6333dc224d1668dcd433d7c8ca84e71 (commit)
      from  89c7137fad41711072e2a15ce539e2ad293bd065 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5af04e20f6333dc224d1668dcd433d7c8ca84e71

commit 5af04e20f6333dc224d1668dcd433d7c8ca84e71
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Tue Oct 14 12:47:43 2014 -0400

    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.

-----------------------------------------------------------------------

Summary of changes:
 libiberty/ChangeLog    |    9 +++++++++
 libiberty/d-demangle.c |   10 +++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gdb and binutils


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-16 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-16 21:52 gdb and binutils branch master updated. 5af04e20f6333dc224d1668dcd433d7c8ca84e71 brobecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).