mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
1.0 KiB
PHP
18 lines
1.0 KiB
PHP
LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-2.0-only & LGPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
|
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
|
|
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \
|
|
file://0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \
|
|
file://0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \
|
|
file://0003-Dont-disable-libreadline.a-when-using-disable-static.patch \
|
|
file://0004-use-asm-sgidefs.h.patch \
|
|
file://0005-Change-order-of-CFLAGS.patch \
|
|
file://0006-resolve-restrict-keyword-conflict.patch \
|
|
file://0007-Fix-invalid-sigprocmask-call.patch \
|
|
file://0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772"
|