From 898e7f6078214fe2ce007775cfd2eabea148930e Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 11 Feb 2020 10:56:05 -0500 Subject: 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 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d856a52..a347617 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,6 +4,10 @@ 2020-02-11 Simon Marchi + * configure: Re-generate. + +2020-02-11 Simon Marchi + * acinclude: Update warning.m4 path. * warning.m4: Move to gdbsupport. diff --git a/gdb/configure b/gdb/configure index 2ce910c..4f2d7f8 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*) -- cgit v1.1