diff mbox series

gdb: Upgrade to 16.2 relese

Message ID 20250202215429.2437062-1-raj.khem@gmail.com
State New
Headers show
Series gdb: Upgrade to 16.2 relese | expand

Commit Message

Khem Raj Feb. 2, 2025, 9:54 p.m. UTC
GDB 16.2 brings the following fixes and enhancements over GDB 16.1:

 * PR build/32578 (cannot build GDB 16.1 out of tree when calling the configure
script with a relative path)

 * PR tui/32592 ([gdb/tui] internal error in tui-winsource.c:340:refresh_window)

 * PR remote/32593 (Incompatibilities between GDB's and LLDB's 'x' packet
implementation)

 * PR build/32610 (Missing #include file in darwin_nat.c)

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

Patch

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_16.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_16.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_16.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_16.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_16.1.bb b/meta/recipes-devtools/gdb/gdb-cross_16.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_16.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross_16.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index 41f92be3cb6..1ac29b45f68 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recipes-devtools/gdb/gdb.inc
@@ -13,4 +13,4 @@  SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \
            file://0006-Fix-invalid-sigprocmask-call.patch \
            file://0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
            "
-SRC_URI[sha256sum] = "c2cc5ccca029b7a7c3879ce8a96528fdfd056b4d884f2b0511e8f7bc723355c6"
+SRC_URI[sha256sum] = "4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119"
diff --git a/meta/recipes-devtools/gdb/gdb_16.1.bb b/meta/recipes-devtools/gdb/gdb_16.2.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_16.1.bb
rename to meta/recipes-devtools/gdb/gdb_16.2.bb