1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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.
This commit is contained in:
David S. Miller
2013-11-12 12:48:01 -08:00
parent e47e1d8f1c
commit 7ddace62b0
7 changed files with 16 additions and 6 deletions

View File

@ -42,7 +42,7 @@ ENTRY(__mpn_add_n)
sethi %gdop_hix22(__mpn_add_n_generic), %o1
xor %o1, %gdop_lox10(__mpn_add_n_generic), %o1
# else
set __mpn_add_n_vis3, %o1
set __mpn_add_n_generic, %o1
# endif
10:
# ifdef SHARED

View File

@ -42,7 +42,7 @@ ENTRY(__mpn_addmul_1)
sethi %gdop_hix22(__mpn_addmul_1_generic), %o1
xor %o1, %gdop_lox10(__mpn_addmul_1_generic), %o1
# else
set __mpn_addmul_1_vis3, %o1
set __mpn_addmul_1_generic, %o1
# endif
10:
# ifdef SHARED

View File

@ -42,7 +42,7 @@ ENTRY(__mpn_mul_1)
sethi %gdop_hix22(__mpn_mul_1_generic), %o1
xor %o1, %gdop_lox10(__mpn_mul_1_generic), %o1
# else
set __mpn_mul_1_vis3, %o1
set __mpn_mul_1_generic, %o1
# endif
10:
# ifdef SHARED

View File

@ -42,7 +42,7 @@ ENTRY(__mpn_sub_n)
sethi %gdop_hix22(__mpn_sub_n_generic), %o1
xor %o1, %gdop_lox10(__mpn_sub_n_generic), %o1
# else
set __mpn_sub_n_vis3, %o1
set __mpn_sub_n_generic, %o1
# endif
10:
# ifdef SHARED

View File

@ -42,7 +42,7 @@ ENTRY(__mpn_submul_1)
sethi %gdop_hix22(__mpn_submul_1_generic), %o1
xor %o1, %gdop_lox10(__mpn_submul_1_generic), %o1
# else
set __mpn_submul_1_vis3, %o1
set __mpn_submul_1_generic, %o1
# endif
10:
# ifdef SHARED