mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
2.3.91-1
This commit is contained in:
parent
82a448ae7d
commit
51d2f6dd7f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user