- Disable break-by-name on inlined functions due to a regression on

parameters of inlined functions falsely <optimized out> (BZ 556975
    Comment 8).
This commit is contained in:
Jan Kratochvil 2010-01-22 11:26:08 +00:00
parent 3cd4b7f6f2
commit 2dcdbb7e9c
1 changed files with 8 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Version: 7.0.1
# 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: 28%{?_with_upstream:.upstream}%{dist}
Release: 29%{?_with_upstream:.upstream}%{dist}
License: GPLv3+
Group: Development/Debuggers
@ -347,6 +347,8 @@ Patch324: gdb-6.8-glibc-headers-compat.patch
Patch326: gdb-6.8-tui-singlebinary.patch
# Support transparent debugging of inlined functions for an optimized code.
# Disable break-by-name on inlined functions due to a regression on parameters
# of inlined functions falsely <optimized out> (BZ 556975 Comment 8).
Patch350: gdb-6.8-inlining-addon.patch
Patch328: gdb-6.8-inlining-by-name.patch
@ -665,7 +667,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c
%patch324 -p1
%patch326 -p1
%patch350 -p1
%patch328 -p1
###patch328 -p1
%patch329 -p1
%patch330 -p1
%patch331 -p1
@ -1018,6 +1020,10 @@ fi
%endif
%changelog
* Fri Jan 22 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.0.1-29.fc12
- Disable break-by-name on inlined functions due to a regression on parameters
of inlined functions falsely <optimized out> (BZ 556975 Comment 8).
* Thu Jan 21 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.0.1-28.fc12
- GNU IFUNCs compilation fixup for ppc*.