summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rwxr-xr-xgdb/configure3
-rw-r--r--gdbserver/ChangeLog4
-rwxr-xr-xgdbserver/configure3
-rw-r--r--gdbsupport/ChangeLog4
-rwxr-xr-xgdbsupport/configure3
6 files changed, 18 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d856a523b8..a347617396 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -4,6 +4,10 @@
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+ * configure: Re-generate.
+
+2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+
* acinclude: Update warning.m4 path.
* warning.m4: Move to gdbsupport.
diff --git a/gdb/configure b/gdb/configure
index 2ce910c808..4f2d7f8f23 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -16112,7 +16112,8 @@ build_warnings="-Wall -Wpointer-arith \
-Wdeprecated-copy-dtor \
-Wredundant-move \
-Wmissing-declarations \
--Wstrict-null-sentinel"
+-Wstrict-null-sentinel \
+"
case "${host}" in
*-*-mingw32*)
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index da6ccc4df6..0970706773 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -4,6 +4,10 @@
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+ * configure: Re-generate.
+
+2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+
* acinclude.m4: Update warning.m4 path.
2020-02-09 Hannes Domani <ssbssa@yahoo.de>
diff --git a/gdbserver/configure b/gdbserver/configure
index bd0e667af6..71b515ec95 100755
--- a/gdbserver/configure
+++ b/gdbserver/configure
@@ -9816,7 +9816,8 @@ build_warnings="-Wall -Wpointer-arith \
-Wdeprecated-copy-dtor \
-Wredundant-move \
-Wmissing-declarations \
--Wstrict-null-sentinel"
+-Wstrict-null-sentinel \
+"
case "${host}" in
*-*-mingw32*)
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog
index 676cb66aa0..bb7ae97f3b 100644
--- a/gdbsupport/ChangeLog
+++ b/gdbsupport/ChangeLog
@@ -1,5 +1,9 @@
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+ * configure: Re-generate.
+
+2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+
* warning.m4: Add -Wstrict-null-sentinel.
* configure: Re-generate.
diff --git a/gdbsupport/configure b/gdbsupport/configure
index 1f7d72cc58..8dfd608408 100755
--- a/gdbsupport/configure
+++ b/gdbsupport/configure
@@ -10854,7 +10854,8 @@ build_warnings="-Wall -Wpointer-arith \
-Wdeprecated-copy-dtor \
-Wredundant-move \
-Wmissing-declarations \
--Wstrict-null-sentinel"
+-Wstrict-null-sentinel \
+"
case "${host}" in
*-*-mingw32*)