diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-02-02 13:54:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
commit | 69b2211f5811dad2e61f8ee83a6b80f215957514 (patch) | |
tree | 9a104a7cc7414d14de161aabad614e13921916b5 | |
parent | 7c65f1da17534cc6db3b74e50c2e241a48d7c402 (diff) | |
download | poky-69b2211f5811dad2e61f8ee83a6b80f215957514.tar.gz |
gdb: Upgrade to 16.2 relese
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)
(From OE-Core rev: 11362b3ae521a0fba85c034de5ba8d4271574be3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_16.2.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_16.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_16.2.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_16.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_16.2.bb (renamed from meta/recipes-devtools/gdb/gdb_16.1.bb) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_16.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_16.2.bb index 4ab2b7156d..4ab2b7156d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_16.1.bb +++ b/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 index 3b654a2f0d..3b654a2f0d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_16.1.bb +++ b/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 41f92be3cb..1ac29b45f6 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 \ | |||
13 | file://0006-Fix-invalid-sigprocmask-call.patch \ | 13 | file://0006-Fix-invalid-sigprocmask-call.patch \ |
14 | file://0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ | 14 | file://0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "c2cc5ccca029b7a7c3879ce8a96528fdfd056b4d884f2b0511e8f7bc723355c6" | 16 | SRC_URI[sha256sum] = "4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119" |
diff --git a/meta/recipes-devtools/gdb/gdb_16.1.bb b/meta/recipes-devtools/gdb/gdb_16.2.bb index 9c6db4ca2c..9c6db4ca2c 100644 --- a/meta/recipes-devtools/gdb/gdb_16.1.bb +++ b/meta/recipes-devtools/gdb/gdb_16.2.bb | |||