This commit is contained in:
Jakub Jelinek 2007-10-18 00:17:17 +00:00
parent 1b81d3abb3
commit e04f1bad7d
2 changed files with 19 additions and 2 deletions

View File

@ -2169,3 +2169,20 @@
cfi_startproc;
PSEUDO_END (BP_SYM (__clone))
--- libc/sysdeps/x86_64/memset.S 17 Oct 2007 15:57:28 -0000 1.10
+++ libc/sysdeps/x86_64/memset.S 18 Oct 2007 00:09:32 -0000 1.11
@@ -30,11 +30,12 @@
.text
#ifndef NOT_IN_libc
-ENTRY(bzero)
+ENTRY(__bzero)
mov %rsi,%rdx /* Adjust parameter. */
xorl %esi,%esi /* Fill with 0s. */
jmp L(memset_entry)
-END(bzero)
+END(__bzero)
+weak_alias (__bzero, bzero)
#endif
#if defined PIC && !defined NOT_IN_libc

View File

@ -3,7 +3,7 @@
%define glibcsrcdir glibc-20071017T2029
%define glibc_release_tarballs 0
%define glibcversion 2.7
%define glibcrelease 1
%define glibcrelease 2
%define run_glibc_tests 1
%define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6
%define xenarches i686 athlon
@ -1015,7 +1015,7 @@ rm -f *.filelist*
%endif
%changelog
* Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
* Thu Oct 18 2007 Jakub Jelinek <jakub@redhat.com> 2.7-2
- glibc 2.7 release
- fix tzfile.c for times after last transition (#333561)
- fix sem_post@GLIBC_2.0 on i?86