[binutils-gdb] gdb: remove main_type::flag_incomplete

gdb-buildbot@sergiodj.net gdb-buildbot@sergiodj.net
Thu May 21 19:03:00 GMT 2020


*** TEST RESULTS FOR COMMIT a3bbacc120892759fa364d61471195275541c2be ***

commit a3bbacc120892759fa364d61471195275541c2be
Author:     Simon Marchi <simon.marchi@efficios.com>
AuthorDate: Tue May 5 16:59:32 2020 -0400
Commit:     Simon Marchi <simon.marchi@efficios.com>
CommitDate: Tue May 5 16:59:32 2020 -0400

    gdb: remove main_type::flag_incomplete
    
    It is unused.  The corresponding macro was removed in c3236f84c17 ("gdb:
    remove TYPE_INCOMPLETE").
    
    gdb/ChangeLog:
    
            * gdbtypes.h (struct main_type) <flag_incomplete>: Remove.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ff528ba9eb..dd29c75349 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-05-05  Simon Marchi  <simon.marchi@efficios.com>
+
+	* gdbtypes.h (struct main_type) <flag_incomplete>: Remove.
+
 2020-05-04  Simon Marchi  <simon.marchi@efficios.com>
 
 	* gdbtypes.h (TYPE_INCOMPLETE): Remove.
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index e231f495ab..4e95a60218 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -765,7 +765,6 @@ struct main_type
   unsigned int flag_target_stub : 1;
   unsigned int flag_static : 1;
   unsigned int flag_prototyped : 1;
-  unsigned int flag_incomplete : 1;
   unsigned int flag_varargs : 1;
   unsigned int flag_vector : 1;
   unsigned int flag_stub_supported : 1;


More information about the Gdb-testers mailing list