]> sourceware.org Git - insight.git/commitdiff
Upgrade submodules, sync patches.
authorPatrick Monnerat <patrick@monnerat.net>
Fri, 31 Aug 2018 18:10:22 +0000 (20:10 +0200)
committerPatrick Monnerat <patrick@monnerat.net>
Fri, 31 Aug 2018 18:10:22 +0000 (20:10 +0200)
binutils-gdb
patches/binutils-gdb/004-tcltkplatform.patch
patches/binutils-gdb/007-notify-enable-count-autodisable.patch

index dd33d41d54654093fb5e0ac7a6edd0c6a8c998dd..0c8885885ab1d62971bbae22d4b5e335c31b19c9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dd33d41d54654093fb5e0ac7a6edd0c6a8c998dd
+Subproject commit 0c8885885ab1d62971bbae22d4b5e335c31b19c9
index a4d3fdc92c930252e45be44df9d65eba3c24ed6c..11f98a2bdc8d7ca63bed0d494fbe9680dcfcfec6 100644 (file)
@@ -178,7 +178,7 @@ diff -Naurp a/gdb/configure.ac b/gdb/configure.ac
 diff -Naurp a/gdb/Makefile.in b/gdb/Makefile.in
 --- a/gdb/Makefile.in  2016-11-25 14:24:44.190083746 +0100
 +++ b/gdb/Makefile.in  2016-11-25 14:36:23.590282737 +0100
-@@ -519,7 +519,7 @@ SUBDIR_GDBTK_SRCS = \
+@@ -521,7 +521,7 @@ SUBDIR_GDBTK_SRCS = \
  
  SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
  SUBDIR_GDBTK_LDFLAGS =
index 853d53e18568a28d6e9e1d11dfb6f811b6fb294b..66ea32cb1241732b96eed7bee3eddd7a2608870e 100644 (file)
@@ -1,7 +1,7 @@
 diff -Naurp gdb.orig/breakpoint.c gdb.new/breakpoint.c
 --- binutils-gdb.orig/gdb/breakpoint.c 2018-06-22 10:56:09.376862633 +0200
 +++ binutils-gdb.new/gdb/breakpoint.c  2018-06-25 13:41:57.780248624 +0200
-@@ -5439,7 +5439,6 @@ bpstat_stop_status (const address_space
+@@ -5445,7 +5445,6 @@ bpstat_stop_status (const address_space
          if (bs->stop)
            {
              ++(b->hit_count);
@@ -9,7 +9,7 @@ diff -Naurp gdb.orig/breakpoint.c gdb.new/breakpoint.c
  
              /* We will stop here.  */
              if (b->disposition == disp_disable)
-@@ -5449,6 +5448,7 @@ bpstat_stop_status (const address_space
+@@ -5455,6 +5454,7 @@ bpstat_stop_status (const address_space
                    b->enable_state = bp_disabled;
                  removed_any = 1;
                }
This page took 0.062409 seconds and 5 git commands to generate.