- Temporarily disable attaching to a stopped process (BZ 453688)

- To be reintroduced after a fix of the kernel BZ 454404.
This commit is contained in:
Jan Kratochvil 2008-08-13 20:23:18 +00:00
parent 4bbd3a23f8
commit bc809fee48
1 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Version: 6.8
# The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
Release: 19%{?_with_upstream:.upstream}%{?dist}
Release: 20%{?_with_upstream:.upstream}%{?dist}
License: GPLv3+
Group: Development/Debuggers
@ -534,7 +534,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c
%patch247 -p1
%patch249 -p1
%patch254 -p1
%patch256 -p1
###%patch256 -p1
%patch258 -p1
%patch260 -p1
%patch261 -p1
@ -843,6 +843,10 @@ fi
%endif
%changelog
* Wed Aug 13 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.8-20
- Temporarily disable attaching to a stopped process (BZ 453688)
- To be reintroduced after a fix of the kernel BZ 454404.
* Mon Aug 4 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 6.8-19
- Fix `errno' printing on nonthreaded non-g3 inferiors (TLS minsym is absolute).