This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/17747] [yj][01n]() cause link namespace conformance issues if there is no long double


https://sourceware.org/bugzilla/show_bug.cgi?id=17747

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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 "GNU C Library master sources".

The branch, master has been updated
       via  b638f96a7607a279d5fd9b14fb49e02fa5151b5f (commit)
      from  0dacd7a3b9401f7eb7160cf79231a4573773c5da (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=glibc.git;h=b638f96a7607a279d5fd9b14fb49e02fa5151b5f

commit b638f96a7607a279d5fd9b14fb49e02fa5151b5f
Author: Chris Metcalf <cmetcalf@ezchip.com>
Date:   Mon Dec 22 15:24:17 2014 -0500

    Fix namespace conformance issue with Bessel functions.

    [BZ #17747]
    The y0/y1/yn and j0/j1/jn functions provided a strong_alias
    to the "l"-suffixed variants when no long double support is
    being compiled.  This breaks namespace conformance when the
    basename versions conform but the l-suffixed ones don't.
    Fixed by making them weak aliases instead.

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

Summary of changes:
 ChangeLog   |    6 ++++++
 math/w_j0.c |    4 ++--
 math/w_j1.c |    4 ++--
 math/w_jn.c |    4 ++--
 4 files changed, 12 insertions(+), 6 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]