From: Simon Marchi Date: Tue, 11 Feb 2020 15:56:05 +0000 (-0500) Subject: Re-generate gdb/gdbserver/gdbsupport configure scripts X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=898e7f6078214fe2ce007775cfd2eabea148930e;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d856a523b8..a347617396 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 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 @@ -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 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,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 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*)