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*)