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/19590] Fail to build shared objects that use libmvec.so functions.


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

--- Comment #7 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  a5df3210a641c175138052037fcdad34298bfa4d (commit)
      from  e9db92d3acfe1822d56d11abcea5bfc4c41cf6ca (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=a5df3210a641c175138052037fcdad34298bfa4d

commit a5df3210a641c175138052037fcdad34298bfa4d
Author: Andrew Senkevich <andrew.senkevich@intel.com>
Date:   Wed Feb 17 14:23:32 2016 -0800

    Use PIC relocation in ALIAS_IMPL

    Since libmvec_nonshared.a may be linked into shared objects, ALIAS_IMPL
    should use PIC relocation.

        [BZ #19590]
        * sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
        relocation.

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

Summary of changes:
 ChangeLog                              |    7 +++++++
 sysdeps/x86_64/fpu/svml_finite_alias.S |    3 +--
 2 files changed, 8 insertions(+), 2 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]