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/15421] lgamma wrongly sets signgam for ISO C


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

--- Comment #5 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  19e075101493016130f8b9321d14084478bd9827 (commit)
      from  e0043e17dfc52fe1702746543127cb4a87232bcd (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=19e075101493016130f8b9321d14084478bd9827

commit 19e075101493016130f8b9321d14084478bd9827
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Dec 29 01:06:30 2015 -0500

    ia64: fpu: fix gamma definition handling [BZ #15421]

    The rework in commit d709042a6e5ab3c360280faad6f9538a34dc8eea broke
    buiding on ia64 due to compat_symbol expanding into ... in some cases.
    The common files were wrapped in a BUILD_LGAMMA check, but the ia64
    ones were not.  Add that logic to the ia64 files too.

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

Summary of changes:
 ChangeLog                         |    8 ++++++++
 sysdeps/ia64/fpu/w_lgamma_main.c  |   14 +++++++++-----
 sysdeps/ia64/fpu/w_lgammaf_main.c |   14 +++++++++-----
 sysdeps/ia64/fpu/w_lgammal_main.c |   16 ++++++++++------
 4 files changed, 36 insertions(+), 16 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]