-Subproject commit c75eca848b682c20dcd3ef850f67491295c116b1
+Subproject commit b2abe1bd8149dd9ad64432f620c3a034bf23a5fe
--- 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"
}
# 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";;
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);
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
--- 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. */
+
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)
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.
$(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.