mirror of git://sourceware.org/git/glibc.git
(__divsf3): Fix typo in symbol version.
This commit is contained in:
parent
527d37013f
commit
8f7500ba69
|
|
@ -16,7 +16,6 @@ sysdep_routines += ia64libgcc
|
|||
shared-only-routines += ia64libgcc
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
sysdep-dl-routines += dl-symaddr dl-fptr
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ ENTRY(___divsf3)
|
|||
br.ret.sptk rp
|
||||
;;
|
||||
END(___divsf3)
|
||||
.symver ___divsf3, __divsf3@GLIBC2.2
|
||||
.symver ___divsf3, __divsf3@GLIBC_2.2
|
||||
|
||||
/* __divdi3
|
||||
Compute a 64-bit integer quotient.
|
||||
|
|
|
|||
Loading…
Reference in New Issue