[openwrt/openwrt] gdb: update to version 16.2

LEDE Commits lede-commits at lists.infradead.org
Mon May 5 04:57:21 PDT 2025


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/55cff42121c8a899a1493fadd7bac667a42f4a90

commit 55cff42121c8a899a1493fadd7bac667a42f4a90
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon May 5 11:37:39 2025 +0200

    gdb: update to version 16.2
    
    Sync with toolchain/gdb version
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/devel/gdb/Makefile                        |  6 +++---
 package/devel/gdb/patches/110-shared_libgcc.patch | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index 7bdc6c83cb..9feb9ee0c4 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gdb
-PKG_VERSION:=15.2
-PKG_RELEASE:=2
+PKG_VERSION:=16.2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/gdb
-PKG_HASH:=83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d
+PKG_HASH:=4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1
diff --git a/package/devel/gdb/patches/110-shared_libgcc.patch b/package/devel/gdb/patches/110-shared_libgcc.patch
index d9dcafe0e0..293313e488 100644
--- a/package/devel/gdb/patches/110-shared_libgcc.patch
+++ b/package/devel/gdb/patches/110-shared_libgcc.patch
@@ -1,6 +1,6 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1401,13 +1401,13 @@ if test -z "$LD"; then
+@@ -1410,13 +1410,13 @@ if test -z "$LD"; then
    fi
  fi
  
@@ -17,7 +17,7 @@
    AC_LANG_PUSH(C++)
    AC_LINK_IFELSE([AC_LANG_SOURCE([
  #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
-@@ -1837,7 +1837,7 @@ AC_ARG_WITH(stage1-ldflags,
+@@ -1847,7 +1847,7 @@ AC_ARG_WITH(stage1-ldflags,
   # trust that they are doing what they want.
   if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
       -a "$have_static_libs" = yes; then
@@ -26,7 +26,7 @@
   fi])
  AC_SUBST(stage1_ldflags)
  
-@@ -1866,7 +1866,7 @@ AC_ARG_WITH(boot-ldflags,
+@@ -1876,7 +1876,7 @@ AC_ARG_WITH(boot-ldflags,
   # statically.  But if the user explicitly specified the libraries to
   # use, trust that they are doing what they want.
   if test "$poststage1_libs" = ""; then
@@ -37,7 +37,7 @@
    *-darwin2* | *-darwin1[[56789]]*)
 --- a/configure
 +++ b/configure
-@@ -5414,14 +5414,14 @@ if test -z "$LD"; then
+@@ -5428,14 +5428,14 @@ if test -z "$LD"; then
    fi
  fi
  
@@ -56,7 +56,7 @@
    ac_ext=cpp
  ac_cpp='$CXXCPP $CPPFLAGS'
  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -8465,7 +8465,7 @@ else
+@@ -9247,7 +9247,7 @@ else
   # trust that they are doing what they want.
   if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
       -a "$have_static_libs" = yes; then
@@ -65,7 +65,7 @@
   fi
  fi
  
-@@ -8501,7 +8501,7 @@ else
+@@ -9283,7 +9283,7 @@ else
   # statically.  But if the user explicitly specified the libraries to
   # use, trust that they are doing what they want.
   if test "$poststage1_libs" = ""; then




More information about the lede-commits mailing list