From f629e7ef1b8b6d0c209c228ed201d3c72689ffa4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 3 Mar 2024 19:57:27 -0800 Subject: gdb: Upgrade 14.1 -> 14.2 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) (From OE-Core rev: f5483fe1f9682d18f92788ef71618a00bd6dfee0) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb (limited to 'meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb') diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb new file mode 100644 index 0000000000..4ab2b7156d --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb @@ -0,0 +1,3 @@ +require gdb-common.inc +require gdb-cross-canadian.inc +require gdb.inc -- cgit v1.2.3-54-g00ecf