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)
This commit is contained in:
heitbaum 2022-01-17 09:05:36 +00:00
parent 3ba67735bb
commit 788f22f17d

View File

@ -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"