From 898e7f6078214fe2ce007775cfd2eabea148930e Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 11 Feb 2020 10:56:05 -0500 Subject: [PATCH] Re-generate gdb/gdbserver/gdbsupport configure scripts In my previous commit, I did a last minute modification of warning.m4, but forgot to re-generate the configure scripts, this commit fixes that. gdb/ChangeLog: * configure: Re-generate. gdbserver/ChangeLog: * configure: Re-generate. gdbsupport/ChangeLog: * configure: Re-generate. --- gdb/ChangeLog | 4 ++++ gdb/configure | 3 ++- gdbserver/ChangeLog | 4 ++++ gdbserver/configure | 3 ++- gdbsupport/ChangeLog | 4 ++++ gdbsupport/configure | 3 ++- 6 files changed, 18 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d856a523b8d..a347617396d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,10 @@ * configure: Re-generate. +2020-02-11 Simon Marchi + + * configure: Re-generate. + 2020-02-11 Simon Marchi * acinclude: Update warning.m4 path. diff --git a/gdb/configure b/gdb/configure index 2ce910c808c..4f2d7f8f232 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 da6ccc4df60..09707067730 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -2,6 +2,10 @@ * configure: Re-generate. +2020-02-11 Simon Marchi + + * configure: Re-generate. + 2020-02-11 Simon Marchi * acinclude.m4: Update warning.m4 path. diff --git a/gdbserver/configure b/gdbserver/configure index bd0e667af69..71b515ec955 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 676cb66aa0a..bb7ae97f3bf 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,7 @@ +2020-02-11 Simon Marchi + + * configure: Re-generate. + 2020-02-11 Simon Marchi * warning.m4: Add -Wstrict-null-sentinel. diff --git a/gdbsupport/configure b/gdbsupport/configure index 1f7d72cc585..8dfd608408e 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*) -- 2.39.2