public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jkratoch@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: - Disable break-by-name on inlined functions due to a regression on
Date: Sat, 27 Jun 2026 23:54:33 GMT	[thread overview]
Message-ID: <178260447374.1.6711376254646272536.rpms-gdb-e9671f247161@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/gdb
        Branch : gdb-17.2-rebase-f44
        Commit : e9671f2471615dd9da2274211b778b40fa4a0295
        Author : Jan Kratochvil <jkratoch@fedoraproject.org>
        Date   : 2010-01-22T11:06:51+00:00
        Stats  : +8/-2 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/gdb/c/e9671f2471615dd9da2274211b778b40fa4a0295?branch=gdb-17.2-rebase-f44

        Log:
        - Disable break-by-name on inlined functions due to a regression on
parameters of inlined functions falsely <optimized out> (BZ 556975
Comment 8).

---
diff --git a/gdb.spec b/gdb.spec
index f85644f..6478d7d 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -36,7 +36,7 @@ Version: 7.0.50.20100121
 
 # 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: 4%{?_with_upstream:.upstream}%{dist}
+Release: 5%{?_with_upstream:.upstream}%{dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -345,6 +345,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
 
@@ -658,7 +660,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
@@ -1015,6 +1017,10 @@ fi
 %endif
 
 %changelog
+* Fri Jan 22 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.0.50.20100121-5.fc13
+- Disable break-by-name on inlined functions due to a regression on parameters
+  of inlined functions falsely <optimized out> (BZ 556975 Comment 8).
+
 * Fri Jan 22 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.0.50.20100121-4.fc13
 - Adjust BuildRequires for RHELs, add ExcludeArch on ia64.
 - Disable one PIE-introduced assertion on RHELs.

                 reply	other threads:[~2026-06-27 23:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178260447374.1.6711376254646272536.rpms-gdb-e9671f247161@fedoraproject.org \
    --to=jkratoch@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox