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 #3 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, release/2.18/master has been updated
       via  2293d2b10a583486cd22ce578796848f4c3a8b6d (commit)
      from  2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8 (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=2293d2b10a583486cd22ce578796848f4c3a8b6d

commit 2293d2b10a583486cd22ce578796848f4c3a8b6d
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]