This commit is contained in:
Jakub Jelinek 2006-03-02 10:02:33 +00:00
parent 82a448ae7d
commit 51d2f6dd7f

View File

@ -1,4 +1,4 @@
%define glibcrelease 39
%define glibcrelease 1
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@ -1332,6 +1332,14 @@ rm -f *.filelist*
%endif
%changelog
* Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
- update from CVS
- fixes for various arches
- ensure malloc returns pointers aligned to at least
MIN (2 * sizeof (size_t), __alignof__ (long double))
(only on ppc32 this has not been the case lately with addition
of 128-bit long double, #182742)
* Wed Mar 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
- update from CVS