* Mon Feb 7 2011 Jan Kratochvil <jan.kratochvil@redhat.com> - 2.13.90-2
- Put back the assembler "workaround" - to disable the nopl instruction.
This commit is contained in:
parent
3558758764
commit
8ef6d2e451
@ -24,7 +24,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 1
|
||||
Release: 2
|
||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||
# Things that are linked directly into dynamically linked programs
|
||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||
@ -38,6 +38,7 @@ Source1: %{?glibc_release_url}%{glibcportsdir}.tar.xz
|
||||
Source2: %{glibcsrcdir}-fedora.tar.xz
|
||||
Patch0: %{name}-fedora.patch
|
||||
Patch1: %{name}-ia64-lib64.patch
|
||||
Patch2: %{name}-nopl.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Obsoletes: glibc-profile < 2.4
|
||||
Provides: ldconfig
|
||||
@ -251,6 +252,7 @@ rm -rf %{glibcportsdir}
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%endif
|
||||
%patch2 -p1
|
||||
|
||||
# A lot of programs still misuse memcpy when they have to use
|
||||
# memmove. The memcpy implementation below is not tolerant at
|
||||
@ -1034,6 +1036,9 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 7 2011 Jan Kratochvil <jan.kratochvil@redhat.com> - 2.13.90-2
|
||||
- Put back the assembler "workaround" - to disable the nopl instruction.
|
||||
|
||||
* Tue Jan 25 2011 Andreas Schwab <schwab@redhat.com> - 2.13.90-1
|
||||
- Update from master
|
||||
- Fix ordering of DSO constructors and destructors (BZ#11724)
|
||||
|
Loading…
Reference in New Issue
Block a user