auto-import glibc-2.3.91-2 on branch devel from glibc-2.3.91-2.src.rpm

This commit is contained in:
Jakub Jelinek 2006-03-06 07:55:58 +00:00
parent 54462ec57f
commit a18e83c77d
4 changed files with 1369 additions and 279 deletions

View File

@ -1,2 +1,2 @@
glibc-20060302T0855.tar.bz2
glibc-fedora-20060302T0855.tar.bz2
glibc-20060306T0720.tar.bz2
glibc-fedora-20060306T0720.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
%define glibcdate 20060302T0855
%define glibcdate 20060306T0720
%define glibcname glibc
%define glibcsrcdir glibc-20060302T0855
%define glibcsrcdir glibc-20060306T0720
%define glibc_release_tarballs 0
%define glibcversion 2.3.91
%define glibcrelease 1
%define glibcrelease 2
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@ -699,6 +699,9 @@ BuildFlags="-march=%{_target_cpu}"
%ifarch i686
BuildFlags="-march=i686 -mtune=pentium4"
%endif
%ifarch x86_64
BuildFlags="-DUSE_CFA_VAL_EXPRESSION"
%endif
%ifarch alphaev6
BuildFlags="-mcpu=ev6"
%endif
@ -1337,6 +1340,13 @@ rm -f *.filelist*
%endif
%changelog
* Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
- update from CVS
- fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
- revert ppc32 malloc alignment patch, it breaks malloc_set_state
and needs some further thoughts and time (#183894)
- provide accurate unwind info for lowlevellock.h stubs on x86_64
* Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
- update from CVS
- fixes for various arches

View File

@ -1,2 +1,2 @@
7787f2784c74be230cbb307b44a8a883 glibc-20060302T0855.tar.bz2
3dd6039e4a284e1cde38324db43f8ebb glibc-fedora-20060302T0855.tar.bz2
1e8fec58db2ad0735426a0e345c4d777 glibc-20060306T0720.tar.bz2
e9f6d149054a4507911a303ec1de4064 glibc-fedora-20060306T0720.tar.bz2