From 788f22f17d3a0e52c5e47213f3088d9926d736b0 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Mon, 17 Jan 2022 09:05:36 +0000 Subject: [PATCH] gdb: update to 11.2 update 11.1 (2021-09-13) to 11.2 (2022-01-16) Release Notes: - https://www.sourceware.org/gdb/download/ANNOUNCEMENT - https://www.sourceware.org/gdb/ - https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-11.2-release January 16th, 2022: GDB 11.2 Released! The latest version of GDB, version 11.2, is available for download. This is a minor corrective release over GDB 11.1, fixing the following issues: - PR sim/28302 (gdb fails to build with glibc 2.34) - PR build/28318 (std::thread support configure check does not use CXX_DIALECT) - PR gdb/28405 (arm-none-eabi: internal-error: ptid_t remote_target::select_thread_for_ambiguous_stop_reply(const target_waitstatus*): Assertion `first_resumed_thread != nullptr' failed) - PR tui/28483 ([gdb/tui] breakpoint creation not displayed) - PR build/28555 (uclibc compile failure since commit 4655f8509fd44e6efabefa373650d9982ff37fd6) - PR rust/28637 (Rust characters will be encoded using DW_ATE_UTF) - PR gdb/28758 (GDB 11 doesn't work correctly on binaries with a SHT_RELR (.relr.dyn) section) - PR gdb/28785 (Support SHT_RELR (.relr.dyn) section) --- packages/debug/gdb/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debug/gdb/package.mk b/packages/debug/gdb/package.mk index 716736c36f..ef2fe3e85a 100644 --- a/packages/debug/gdb/package.mk +++ b/packages/debug/gdb/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="gdb" -PKG_VERSION="11.1" -PKG_SHA256="cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94" +PKG_VERSION="11.2" +PKG_SHA256="1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32" PKG_LICENSE="GPL" PKG_SITE="http://www.gnu.org/software/gdb/" PKG_URL="https://ftp.gnu.org/gnu/gdb/${PKG_NAME}-${PKG_VERSION}.tar.xz"