summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-05-04 18:33:36 +0000
committerJakub Jelinek <jakub@redhat.com>2005-05-04 18:33:36 +0000
commitf6cc6cdf0b94eb1608ceeabcab2450c8cd4054a4 (patch)
tree01abe7e7555ee0d87db36c06881902ac01af2333 /fedora
parente759ccae887cac69cd47b878c67eba5dd1934f56 (diff)
Updated to fedora-glibc-20050504T1818
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in10
2 files changed, 9 insertions, 5 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 294fe6ecd5..e86d4c1587 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -1,5 +1,5 @@
# This file is updated automatically by Makefile.
glibc-branch := fedora
glibc-base := HEAD
-fedora-sync-date := 2005-05-04 07:28 UTC
-fedora-sync-tag := fedora-glibc-20050504T0728
+fedora-sync-date := 2005-05-04 18:18 UTC
+fedora-sync-tag := fedora-glibc-20050504T1818
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index a2351e222d..6a25dcc73f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 5
+%define glibcrelease 6
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64
@@ -494,10 +494,10 @@ rm -rf build-%{_target_cpu}-linux
mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
GCC=gcc
%ifarch %{ix86}
-BuildFlags="-march=%{_target_cpu}"
+BuildFlags="-march=%{_target_cpu} -fasynchronous-unwind-tables"
%endif
%ifarch i686
-BuildFlags="-march=i686 -mtune=pentium4"
+BuildFlags="-march=i686 -mtune=pentium4 -fasynchronous-unwind-tables"
%endif
%ifarch alphaev6
BuildFlags="-mcpu=ev6"
@@ -1339,6 +1339,10 @@ rm -f *.filelist*
%endif
%changelog
+* 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
+
* Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
- update from CVS
- add some more UTF-8 locales (#156115)