(__divsf3): Fix typo in symbol version.

This commit is contained in:
Andreas Jaeger 2002-05-11 05:12:35 +00:00
parent 527d37013f
commit 8f7500ba69
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ sysdep_routines += ia64libgcc
shared-only-routines += ia64libgcc
endif
endif
endif
ifeq ($(subdir),elf)
sysdep-dl-routines += dl-symaddr dl-fptr

View File

@ -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.