AC_ARG_ENABLE(libquadmath,
AS_HELP_STRING([--disable-libquadmath],
[do not build libquadmath directory]),
-@@ -969,7 +954,7 @@ case "${target}" in
+@@ -966,7 +951,7 @@ case "${target}" in
;;
# The tpf target doesn't support gdb yet.
*-*-tpf*)
;;
*-*-uclinux*)
noconfigdirs="$noconfigdirs target-rda"
-@@ -989,7 +974,7 @@ case "${target}" in
+@@ -986,7 +971,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
;;
arc*-*-*)
noconfigdirs="$noconfigdirs sim"
-@@ -1059,15 +1044,15 @@ case "${target}" in
+@@ -1056,15 +1041,15 @@ case "${target}" in
;;
ia64*-*-elf*)
# No gdb support yet.
;;
i[[3456789]]86-w64-mingw*)
;;
-@@ -1126,13 +1111,13 @@ case "${target}" in
+@@ -1123,13 +1108,13 @@ case "${target}" in
;;
powerpc*-*-winnt* | powerpc*-*-pe*)
target_configdirs="$target_configdirs target-winsup"
;;
powerpc-*-beos*)
noconfigdirs="$noconfigdirs gdb"
-@@ -2777,7 +2762,7 @@ if echo " ${target_configdirs} " | grep
+@@ -2774,7 +2759,7 @@ if echo " ${target_configdirs} " | grep
bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
fi
# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
# and in that case we want gdb to be built without tk. Ugh!
# In fact I believe gdb is the *only* package directly dependent on tk,
-@@ -2785,7 +2770,7 @@ fi
+@@ -2782,7 +2767,7 @@ fi
# leave out the maybe dependencies when enable_gdbtk is false. I'm not
# 100% sure that that's safe though.
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
-@@ -5560,7 +5560,6 @@ bpstat_stop_status (const address_space
+@@ -5559,7 +5559,6 @@ bpstat_stop_status (const address_space
if (bs->stop)
{
++(b->hit_count);
/* We will stop here. */
if (b->disposition == disp_disable)
-@@ -5570,6 +5569,7 @@ bpstat_stop_status (const address_space
+@@ -5569,6 +5568,7 @@ bpstat_stop_status (const address_space
b->enable_state = bp_disabled;
removed_any = 1;
}
CONFIG_DEP_SUBDIR = $(addsuffix /$(DEPDIR),$(CONFIG_SRC_SUBDIR))
# -I. for config files.
-@@ -1639,10 +1639,8 @@ $(CONFIG_DEP_SUBDIR):
+@@ -1638,10 +1638,8 @@ $(CONFIG_DEP_SUBDIR):
# Python files need special flags.
python/%.o: INTERNAL_CFLAGS += $(PYTHON_CFLAGS)
installcheck:
-@@ -2526,10 +2524,10 @@ clean-gdbtk:
+@@ -2524,10 +2522,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
-@@ -2564,7 +2562,7 @@ endif
+@@ -2562,7 +2560,7 @@ endif
# A list of all the objects we might care about in this build, for
# dependency tracking.