gdb: update to 16.1.

This commit is contained in:
Duncaen 2025-01-20 00:21:40 +01:00
parent 20235bee95
commit bdb9d5193a
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 3 additions and 24 deletions

View file

@ -1,21 +0,0 @@
relevant bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=23616
diff --git a/gdbsupport/signals.cc b/gdbsupport/signals.cc
index 485e0f0..ab8d454 100644
--- a/gdbsupport/signals.cc
+++ b/gdbsupport/signals.cc
@@ -31,6 +31,13 @@ struct gdbarch;
_available_ realtime signal, not the lowest supported; glibc takes
several for its own use. */
+#ifndef __SIGRTMIN
+# define __SIGRTMIN 32
+#endif
+#ifndef __SIGRTMAX
+# define __SIGRTMAX _NSIG
+#endif
+
#ifndef REALTIME_LO
# if defined(__SIGRTMIN)
# define REALTIME_LO __SIGRTMIN

View file

@ -1,7 +1,7 @@
# Template file for 'gdb'
pkgname=gdb
version=15.2
revision=2
version=16.1
revision=1
build_style=gnu-configure
pycompile_dirs="/usr/share/gdb/python"
configure_args="--disable-werror --disable-nls --with-system-readline
@ -22,7 +22,7 @@ license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gdb"
changelog="https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD"
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
checksum=83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d
checksum=c2cc5ccca029b7a7c3879ce8a96528fdfd056b4d884f2b0511e8f7bc723355c6
make_check=extended # Tests take too long, not all of them pass.
python_version="3"