[binutils-gdb] Re-generate gdb/gdbserver/gdbsupport configure scripts

Simon Marchi simark@sourceware.org
Tue Feb 11 15:56:00 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=898e7f6078214fe2ce007775cfd2eabea148930e

commit 898e7f6078214fe2ce007775cfd2eabea148930e
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Tue Feb 11 10:56:05 2020 -0500

    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.

Diff:
---
 gdb/ChangeLog        | 4 ++++
 gdb/configure        | 3 ++-
 gdbserver/ChangeLog  | 4 ++++
 gdbserver/configure  | 3 ++-
 gdbsupport/ChangeLog | 4 ++++
 gdbsupport/configure | 3 ++-
 6 files changed, 18 insertions(+), 3 deletions(-)

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  <simon.marchi@efficios.com>
 
+	* configure: Re-generate.
+
+2020-02-11  Simon Marchi  <simon.marchi@efficios.com>
+
 	* 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*)
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index da6ccc4..0970706 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -4,6 +4,10 @@
 
 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.
 
 2020-02-09  Hannes Domani  <ssbssa@yahoo.de>
diff --git a/gdbserver/configure b/gdbserver/configure
index bd0e667..71b515e 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 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*)



More information about the Binutils-cvs mailing list