[Pkg-gdb-logs] [gdb] 03/05: debian: refresh patches

Riku Voipio riku at moszumanska.debian.org
Tue Aug 2 13:35:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

riku pushed a commit to branch master
in repository gdb.

commit 2dcc5f21bf3769f5166258083b08cbd6c59638dd
Author: Riku Voipio <riku.voipio at linaro.org>
Date:   Thu Jun 16 15:01:31 2016 +0300

    debian: refresh patches
---
 ...egmentation-fault-on-add-symbol-file-command.patch | 19 -------------------
 debian/patches/gdb-fortran-main.patch                 | 14 +++++---------
 debian/patches/gdb-glibc-vdso-workaround.patch        |  8 +++-----
 debian/patches/python-config.patch                    | 14 +++++---------
 debian/patches/series                                 |  1 -
 debian/patches/solve_PATH_MAX_issue.patch             | 10 ++++------
 6 files changed, 17 insertions(+), 49 deletions(-)

diff --git a/debian/patches/Segmentation-fault-on-add-symbol-file-command.patch b/debian/patches/Segmentation-fault-on-add-symbol-file-command.patch
deleted file mode 100644
index b5bad32..0000000
--- a/debian/patches/Segmentation-fault-on-add-symbol-file-command.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://sourceware.org/bugzilla/show_bug.cgi?id=16822
-
----
-Index: gdb/gdb/dwarf2read.c
-===================================================================
---- gdb.orig/gdb/dwarf2read.c	2015-08-30 13:26:46.918366481 +0200
-+++ gdb/gdb/dwarf2read.c	2015-08-30 13:26:46.914366370 +0200
-@@ -8716,7 +8716,10 @@
- 
-   /* DW_AT_linkage_name is missing in some cases - depend on what GDB
-      has computed.  */
--  if (attr && DW_STRING (attr))
-+  if (attr
-+      && (attr->form == DW_FORM_strp || attr->form == DW_FORM_string
-+     || attr->form == DW_FORM_GNU_strp_alt)
-+      && DW_STRING (attr))
-     {
-       char *demangled;
- 
diff --git a/debian/patches/gdb-fortran-main.patch b/debian/patches/gdb-fortran-main.patch
index da2c6f1..0169e06 100644
--- a/debian/patches/gdb-fortran-main.patch
+++ b/debian/patches/gdb-fortran-main.patch
@@ -20,11 +20,9 @@ might disturb the debugging.  But I am not sure how much it is.
  2 files changed, 46 insertions(+), 2 deletions(-)
  create mode 100644 gdb/testsuite/gdb.fortran/lang.exp
 
-Index: gdb/gdb/symtab.c
-===================================================================
---- gdb.orig/gdb/symtab.c	2015-08-16 17:33:15.788634887 +0200
-+++ gdb/gdb/symtab.c	2015-08-16 17:33:15.772631117 +0200
-@@ -5171,8 +5171,13 @@
+--- a/gdb/symtab.c
++++ b/gdb/symtab.c
+@@ -6032,8 +6032,13 @@
      }
  
    /* The languages above didn't identify the name of the main procedure.
@@ -40,10 +38,8 @@ Index: gdb/gdb/symtab.c
  }
  
  char *
-Index: gdb/gdb/testsuite/gdb.fortran/lang.exp
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdb/gdb/testsuite/gdb.fortran/lang.exp	2015-08-16 17:33:15.772631117 +0200
+--- /dev/null
++++ b/gdb/testsuite/gdb.fortran/lang.exp
 @@ -0,0 +1,40 @@
 +# Copyright 2005 Free Software Foundation, Inc.
 +
diff --git a/debian/patches/gdb-glibc-vdso-workaround.patch b/debian/patches/gdb-glibc-vdso-workaround.patch
index 0041203..ea3f07a 100644
--- a/debian/patches/gdb-glibc-vdso-workaround.patch
+++ b/debian/patches/gdb-glibc-vdso-workaround.patch
@@ -11,11 +11,9 @@ gdb/
 	Work around PR libc/13097.
 	* solib.c (update_solib_list): Ignore "linux-vdso.so.1".
 
-Index: gdb/gdb/solib.c
-===================================================================
---- gdb.orig/gdb/solib.c	2015-08-30 13:26:26.737800740 +0200
-+++ gdb/gdb/solib.c	2015-08-30 13:26:26.733800627 +0200
-@@ -888,8 +888,11 @@
+--- a/gdb/solib.c
++++ b/gdb/solib.c
+@@ -891,8 +891,11 @@
  
  	  TRY
  	    {
diff --git a/debian/patches/python-config.patch b/debian/patches/python-config.patch
index 14d1300..1e2d368 100644
--- a/debian/patches/python-config.patch
+++ b/debian/patches/python-config.patch
@@ -7,10 +7,8 @@ Forwarded: https://sourceware.org/ml/gdb-patches/2012-12/msg00751.html
  gdb/configure.ac |  14 ++++----
  2 files changed, 108 insertions(+), 12 deletions(-)
 
-Index: gdb/gdb/configure
-===================================================================
---- gdb.orig/gdb/configure	2015-08-30 13:26:22.785688423 +0200
-+++ gdb/gdb/configure	2015-08-30 13:26:22.781688309 +0200
+--- a/gdb/configure
++++ b/gdb/configure
 @@ -673,6 +673,7 @@
  PYTHON_LIBS
  PYTHON_CPPFLAGS
@@ -19,7 +17,7 @@ Index: gdb/gdb/configure
  python_prog_path
  LTLIBEXPAT
  LIBEXPAT
-@@ -8609,29 +8610,122 @@
+@@ -9040,29 +9041,122 @@
      esac
    esac
  
@@ -148,10 +146,8 @@ Index: gdb/gdb/configure
        fi
      fi
    else
-Index: gdb/gdb/configure.ac
-===================================================================
---- gdb.orig/gdb/configure.ac	2015-08-30 13:26:22.785688423 +0200
-+++ gdb/gdb/configure.ac	2015-08-30 13:26:22.781688309 +0200
+--- a/gdb/configure.ac
++++ b/gdb/configure.ac
 @@ -840,29 +840,31 @@
      esac
    esac
diff --git a/debian/patches/series b/debian/patches/series
index 4ef9f34..9fa5b29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,3 @@ gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
 python-config.patch
 gdb-glibc-vdso-workaround.patch
 load-versioned-libcc1.patch
-Segmentation-fault-on-add-symbol-file-command.patch
diff --git a/debian/patches/solve_PATH_MAX_issue.patch b/debian/patches/solve_PATH_MAX_issue.patch
index 7d3e290..f2fda20 100644
--- a/debian/patches/solve_PATH_MAX_issue.patch
+++ b/debian/patches/solve_PATH_MAX_issue.patch
@@ -6,11 +6,9 @@ Forwarded: http://sourceware.org/ml/gdb-patches/2013-05/msg00878.html
 Reviewed-By: Héctor Orón Martínez <zumbi at debian.org>
 Last-Update: 2013-06-08
 
-Index: gdb/gdb/nto-tdep.c
-===================================================================
---- gdb.orig/gdb/nto-tdep.c	2015-08-30 13:19:36.214514498 +0200
-+++ gdb/gdb/nto-tdep.c	2015-08-30 13:20:35.993308200 +0200
-@@ -147,10 +147,12 @@
+--- a/gdb/nto-tdep.c
++++ b/gdb/nto-tdep.c
+@@ -152,10 +152,12 @@
  void
  nto_init_solib_absolute_prefix (void)
  {
@@ -24,7 +22,7 @@ Index: gdb/gdb/nto-tdep.c
  
    nto_root = nto_target ();
    if (strcmp (gdbarch_bfd_arch_info (target_gdbarch ())->arch_name, "i386") == 0)
-@@ -173,9 +175,13 @@
+@@ -178,9 +180,13 @@
  	       == BFD_ENDIAN_BIG ? "be" : "le";
      }
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git



More information about the Pkg-gdb-logs mailing list