diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-02-11 10:56:05 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-02-11 10:56:09 -0500 |
commit | 898e7f6078214fe2ce007775cfd2eabea148930e (patch) | |
tree | d08f2fe05e2bf08aef586842e05a2e4357fc3f63 /gdbsupport | |
parent | 8ddd8e0ed83ce09671695540788645e54b2b09a5 (diff) | |
download | gdb-898e7f6078214fe2ce007775cfd2eabea148930e.zip gdb-898e7f6078214fe2ce007775cfd2eabea148930e.tar.gz gdb-898e7f6078214fe2ce007775cfd2eabea148930e.tar.bz2 |
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.
Diffstat (limited to 'gdbsupport')
-rw-r--r-- | gdbsupport/ChangeLog | 4 | ||||
-rwxr-xr-x | gdbsupport/configure | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index 676cb66..bb7ae97 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,5 +1,9 @@ 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. * configure: Re-generate. diff --git a/gdbsupport/configure b/gdbsupport/configure index 1f7d72c..8dfd608 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*) |