-%define glibcrelease 6
+%define glibcrelease 7
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64
mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
GCC=gcc
%ifarch %{ix86}
-BuildFlags="-march=%{_target_cpu} -fasynchronous-unwind-tables"
+BuildFlags="-march=%{_target_cpu}"
%endif
%ifarch i686
-BuildFlags="-march=i686 -mtune=pentium4 -fasynchronous-unwind-tables"
+BuildFlags="-march=i686 -mtune=pentium4"
%endif
%ifarch alphaev6
BuildFlags="-mcpu=ev6"
%endif
%changelog
+* Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
+- update from CVS
+ - make regexec thread safe (BZ#934)
+- fix statically linked programs on i?86, x86_64, s390* and
+ sparc* (#158027)
+- fix IBM939 iconv module (BZ#955)
+
* Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
- update from CVS
- fix cancellation on i?86
- add call frame information to i?86 assembly
- - build i?86 glibc with -fasynchronous-unwind-tables
* Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
- update from CVS