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 libc/16150] __mpn_mul_1 and others resolve to VIS3 optimized routines at hosts without VIS3 insns available in non-shared case


http://sourceware.org/bugzilla/show_bug.cgi?id=16150

--- 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  7ddace62b0ea4c733fec0a50b52dbdef64f40c9c (commit)
      from  e47e1d8f1cde4be3f02a948c017d6286ac34da0d (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=7ddace62b0ea4c733fec0a50b52dbdef64f40c9c

commit 7ddace62b0ea4c733fec0a50b52dbdef64f40c9c
Author: David S. Miller <davem@davemloft.net>
Date:   Tue Nov 12 12:48:01 2013 -0800

    Fix sparc 64-bit GMP ifunc resolution in static builds.

        [BZ #16150]
        * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct
generic
        symbol in the non-vis3 case in static builds.
        * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
        * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
        * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
        * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.

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

Summary of changes:
 ChangeLog                                  |   10 ++++++++++
 NEWS                                       |    2 +-
 sysdeps/sparc/sparc64/multiarch/add_n.S    |    2 +-
 sysdeps/sparc/sparc64/multiarch/addmul_1.S |    2 +-
 sysdeps/sparc/sparc64/multiarch/mul_1.S    |    2 +-
 sysdeps/sparc/sparc64/multiarch/sub_n.S    |    2 +-
 sysdeps/sparc/sparc64/multiarch/submul_1.S |    2 +-
 7 files changed, 16 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]