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:
parent
8ddd8e0ed8
commit
898e7f6078
@ -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
3
gdb/configure
vendored
@ -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*)
|
||||
|
@ -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
3
gdbserver/configure
vendored
@ -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*)
|
||||
|
@ -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.
|
||||
|
3
gdbsupport/configure
vendored
3
gdbsupport/configure
vendored
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user