diff mbox series

gdb: Upgrade 14.1 -> 14.2

Message ID 20240304035727.600047-1-raj.khem@gmail.com
State Accepted, archived
Commit f5483fe1f9682d18f92788ef71618a00bd6dfee0
Headers show
Series gdb: Upgrade 14.1 -> 14.2 | expand

Commit Message

Khem Raj March 4, 2024, 3:57 a.m. UTC
BugFix release

This is a minor corrective release over GDB 14.1, fixing the following issues:

PR symtab/31112 (DLL export forwarding is broken)
PR c++/31128 (gdb crashes when trying to print a global variable stub without a running inferior)
PR tdep/31254 ([gdb/tdep, arm] FAIL: gdb.threads/staticthreads.exp: up 10)
PR gdb/31256 (Crash with basic 'list .')
PR python/31366 (Frame.static_link() segfaults)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../{gdb-cross-canadian_14.1.bb => gdb-cross-canadian_14.2.bb}  | 0
 .../gdb/{gdb-cross_14.1.bb => gdb-cross_14.2.bb}                | 0
 meta/recipes-devtools/gdb/gdb.inc                               | 2 +-
 meta/recipes-devtools/gdb/{gdb_14.1.bb => gdb_14.2.bb}          | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_14.1.bb => gdb-cross-canadian_14.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_14.1.bb => gdb-cross_14.2.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_14.1.bb => gdb_14.2.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_14.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_14.1.bb b/meta/recipes-devtools/gdb/gdb-cross_14.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_14.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross_14.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index eb480f3c658..81ac441462a 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recipes-devtools/gdb/gdb.inc
@@ -14,4 +14,4 @@  SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \
            file://0007-Fix-invalid-sigprocmask-call.patch \
            file://0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
            "
-SRC_URI[sha256sum] = "d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80"
+SRC_URI[sha256sum] = "2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772"
diff --git a/meta/recipes-devtools/gdb/gdb_14.1.bb b/meta/recipes-devtools/gdb/gdb_14.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_14.1.bb
rename to meta/recipes-devtools/gdb/gdb_14.2.bb