]> sourceware.org Git - insight.git/commitdiff
Upgrade submodule, sync patches.
authorPatrick Monnerat <patrick@monnerat.net>
Thu, 7 Feb 2019 16:27:55 +0000 (17:27 +0100)
committerPatrick Monnerat <patrick@monnerat.net>
Thu, 7 Feb 2019 16:27:55 +0000 (17:27 +0100)
binutils-gdb
patches/binutils-gdb/002-srcrelease.patch
patches/binutils-gdb/005-gdb_do_one_event-add-timeout-parameter.patch
patches/binutils-gdb/006-add_file_handler_event_mask.patch
patches/binutils-gdb/008-gdbtk-obj-in-subdir.patch

index c75eca848b682c20dcd3ef850f67491295c116b1..b2abe1bd8149dd9ad64432f620c3a034bf23a5fe 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c75eca848b682c20dcd3ef850f67491295c116b1
+Subproject commit b2abe1bd8149dd9ad64432f620c3a034bf23a5fe
index 1402c8eaec41d4c76b0ae39dadc9bc78e2df375c..25d03e616827868e34e18b1e2a98ec73b19550fe 100644 (file)
@@ -3,7 +3,7 @@
 
 --- a/src-release.sh   2014-09-01 14:30:28.755141563 +0200
 +++ b/src-release.sh   2014-09-01 15:18:34.535809761 +0200
-@@ -322,6 +322,16 @@ gdb_release()
+@@ -320,6 +320,16 @@ gdb_release()
      gdb_tar_compress $package $tool "$GDB_SUPPORT_DIRS" "$compressors"
  }
  
@@ -20,7 +20,7 @@
  # Corresponding to the CVS "sim" module.
  SIM_SUPPORT_DIRS="bfd opcodes libiberty include intl gdb/version.in gdb/common/create-version.sh makefile.vms zlib"
  sim_release()
-@@ -354,6 +364,8 @@ build_release()
+@@ -352,6 +362,8 @@ build_release()
            gas_release "$compressors";;
        gdb)
            gdb_release "$compressors";;
index 717c450a758c7559cce5176f8961891e44ebd398..f288add907e53ec2a9d9036ba4df096bdaff8d3e 100644 (file)
@@ -76,17 +76,7 @@ diff -Naurp binutils-gdb.orig/gdb/event-loop.c binutils-gdb.new/gdb/event-loop.c
 diff -Naurp binutils-gdb.orig/gdb/event-loop.h binutils-gdb.new/gdb/event-loop.h
 --- binutils-gdb.orig/gdb/event-loop.h 2018-01-04 17:43:15.658599234 +0100
 +++ binutils-gdb.new/gdb/event-loop.h  2018-03-30 19:08:27.752116923 +0200
-@@ -67,6 +67,9 @@
-    Corollary tasks are the creation and deletion of event sources.  */
-+#ifndef EVENT_LOOP_H
-+#define EVENT_LOOP_H
-+
- typedef void *gdb_client_data;
- struct async_signal_handler;
- struct async_event_handler;
-@@ -78,7 +81,7 @@ typedef void (timer_handler_func) (gdb_c
+@@ -81,7 +81,7 @@ typedef void (timer_handler_func) (gdb_c
  /* Exported functions from event-loop.c */
  
  extern void start_event_loop (void);
@@ -95,9 +85,3 @@ diff -Naurp binutils-gdb.orig/gdb/event-loop.h binutils-gdb.new/gdb/event-loop.h
  extern void delete_file_handler (int fd);
  extern void add_file_handler (int fd, handler_func *proc, 
                              gdb_client_data client_data);
-@@ -127,3 +130,5 @@ extern void mark_async_event_handler (st
- extern void clear_async_event_handler (struct async_event_handler *handler);
- extern void initialize_async_signal_handlers (void);
-+
-+#endif
index a44637381f0324290ef3abc4f50e954ec30ce5a0..21104ae32d624330bffba72269aabe040efc02fa 100644 (file)
@@ -73,8 +73,8 @@ diff -Naurp binutils-gdb.orig/gdb/event-loop.h binutils-gdb.new/gdb/event-loop.h
 --- binutils-gdb.orig/gdb/event-loop.h 2018-03-30 19:08:27.752116923 +0200
 +++ binutils-gdb.new/gdb/event-loop.h  2018-03-30 19:16:18.058621399 +0200
 @@ -70,6 +70,12 @@
- #ifndef EVENT_LOOP_H
- #define EVENT_LOOP_H
+    Corollary tasks are the creation and deletion of event sources.  */
  
 +/* Tell add_file_handler what events we are interested in. */
 +
index f6a590fe17ff3692c00eb58666aff38da197db93..86afbed9594549c3639aa1ce056d58d0c31e72b0 100644 (file)
@@ -39,7 +39,7 @@ index 215ef7933c..d89249091a 100644
  CONFIG_DEP_SUBDIR = $(addsuffix /$(DEPDIR),$(CONFIG_SRC_SUBDIR))
  
  # -I. for config files.
-@@ -1644,10 +1644,8 @@ $(CONFIG_DEP_SUBDIR):
+@@ -1643,10 +1643,8 @@ $(CONFIG_DEP_SUBDIR):
  # Python files need special flags.
  python/%.o: INTERNAL_CFLAGS += $(PYTHON_CFLAGS)
  
@@ -52,7 +52,7 @@ index 215ef7933c..d89249091a 100644
  
  installcheck:
  
-@@ -2558,10 +2556,10 @@ clean-gdbtk:
+@@ -2557,10 +2555,10 @@ clean-gdbtk:
        rm -f insight$(EXEEXT)
  
  # Removing the old gdb first works better if it is running, at least on SunOS.
@@ -65,7 +65,7 @@ index 215ef7933c..d89249091a 100644
                $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
  
  gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
-@@ -2596,7 +2594,7 @@ endif
+@@ -2595,7 +2593,7 @@ endif
  
  # A list of all the objects we might care about in this build, for
  # dependency tracking.
This page took 0.083847 seconds and 5 git commands to generate.