]> sourceware.org Git - insight.git/commitdiff
Upgrade submodule, sync patches.
authorPatrick Monnerat <patrick@monnerat.net>
Fri, 5 Oct 2018 11:27:22 +0000 (13:27 +0200)
committerPatrick Monnerat <patrick@monnerat.net>
Fri, 5 Oct 2018 11:27:22 +0000 (13:27 +0200)
binutils-gdb
patches/binutils-gdb/004-tcltkplatform.patch
patches/binutils-gdb/007-notify-enable-count-autodisable.patch

index eb528ad18b276117cb1016edbb12419819786366..d1c86cff1ecdd1027bd224d38f2161196e9955fa 160000 (submodule)
@@ -1 +1 @@
-Subproject commit eb528ad18b276117cb1016edbb12419819786366
+Subproject commit d1c86cff1ecdd1027bd224d38f2161196e9955fa
index c96be7dbb8fb9a98bb37df10836759f4cffd6f77..5bc4bf8de7947e1fc214071d213c98ca8e4fad62 100644 (file)
@@ -4,7 +4,7 @@
 diff -Naurp a/gdb/acinclude.m4 b/gdb/acinclude.m4
 --- a/gdb/acinclude.m4 2016-10-31 16:30:59.890619965 +0100
 +++ b/gdb/acinclude.m4 2016-11-25 14:35:02.114813699 +0100
-@@ -246,44 +246,76 @@ fi
+@@ -249,44 +249,76 @@ fi
  ])
  
  dnl Find the location of the private Tcl headers
@@ -96,7 +96,7 @@ diff -Naurp a/gdb/acinclude.m4 b/gdb/acinclude.m4
 diff -Naurp a/gdb/configure.ac b/gdb/configure.ac
 --- a/gdb/configure.ac 2016-11-25 14:24:44.200083830 +0100
 +++ b/gdb/configure.ac 2016-11-25 14:35:02.115813705 +0100
-@@ -1960,60 +1960,34 @@ if test "${enable_gdbtk}" = "yes"; then
+@@ -1962,60 +1962,34 @@ if test "${enable_gdbtk}" = "yes"; then
      if test -z "${no_tcl}" -a -z "${no_tk}"; then
        SC_LOAD_TCLCONFIG
  
index 66ea32cb1241732b96eed7bee3eddd7a2608870e..e62d84be7cc60ac99218f5f42f3ca838bae620fa 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
-@@ -5445,7 +5445,6 @@ bpstat_stop_status (const address_space
+@@ -5441,7 +5441,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)
-@@ -5455,6 +5454,7 @@ bpstat_stop_status (const address_space
+@@ -5451,6 +5450,7 @@ bpstat_stop_status (const address_space
                    b->enable_state = bp_disabled;
                  removed_any = 1;
                }
This page took 0.270213 seconds and 5 git commands to generate.