Skip to content

Commit 7f989ec

Browse files
committed
toolchain: gdb: Update to version 16.3
This is a corrective release over GDB 16.2, fixing the following issues: PR symtab/32309 ([gdb/symtab, fission] gdb/dwarf2/read.h:289: internal-error: version: Assertion `m_dwarf_version != 0' failed) PR corefiles/32441 (gdb segfaults when generating a core file if target_fileio_read_alloc fails) PR tui/32623 (TUI console window doesn't update while inferior is running) PR corefiles/32634 ([gdb/corefiles] segfault in gdb.arch/i386-biarch-core.exp) PR backtrace/32757 ("Assertion `stashed' failed" when inline frame #0 is duplicated) PR tdep/32770 ([gdb/tdep, i386] FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2) PR gdb/32775 ([AArch64] gdbserver crashes on SVE/SME-enabled systems) PR record/32784 ([gdb/record, aarch64] Stack smashing detected in aarch64_record_asimd_load_store) PR tui/32797 (Escape sequences to only reset foreground or background color to default fail) PR gdb/32828 (gstack regression: missing file names and line numbers) Link: openwrt/openwrt#20543 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent b1255c4 commit 7f989ec

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

toolchain/gdb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=gdb
10-
PKG_VERSION:=16.2
10+
PKG_VERSION:=16.3
1111
PKG_RELEASE:=1
1212

1313
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1414
PKG_SOURCE_URL:=@GNU/gdb
15-
PKG_HASH:=4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119
15+
PKG_HASH:=bcfcd095528a987917acf9fff3f1672181694926cc18d609c99d0042c00224c5
1616
PKG_CPE_ID:=cpe:/a:gnu:gdb
1717
GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION)
1818

toolchain/gdb/patches/130-fix-build-error-with-Xcode-16.3.patch

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ Signed-off-by: Georgi Valkov <[email protected]>
3434
zlib/zutil.h | 2 +-
3535
1 file changed, 1 insertion(+), 1 deletion(-)
3636

37-
diff --git a/zlib/zutil.h b/zlib/zutil.h
38-
index d9a20ae1bf4..183e51b96b6 100644
3937
--- a/zlib/zutil.h
4038
+++ b/zlib/zutil.h
41-
@@ -137,7 +137,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
39+
@@ -137,7 +137,7 @@ extern z_const char * const z_errmsg[10]
4240
# endif
4341
#endif
4442

@@ -47,6 +45,3 @@ index d9a20ae1bf4..183e51b96b6 100644
4745
# define OS_CODE 7
4846
# ifndef Z_SOLO
4947
# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
50-
--
51-
2.49.0
52-

0 commit comments

Comments
 (0)