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.
This commit is contained in:
Simon Marchi 2020-02-11 10:56:05 -05:00
parent 8ddd8e0ed8
commit 898e7f6078
6 changed files with 18 additions and 3 deletions

View File

@ -2,6 +2,10 @@
* configure: Re-generate.
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.

3
gdb/configure vendored
View File

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

View File

@ -2,6 +2,10 @@
* configure: Re-generate.
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.

3
gdbserver/configure vendored
View File

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

View File

@ -1,3 +1,7 @@
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.

View File

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