gdb: remove main_type::flag_static

It is not used.

gdb/ChangeLog:

	* gdbtypes.h (struct main_type) <flag_static>: Remove.
This commit is contained in:
Simon Marchi 2020-05-06 12:26:05 -04:00
parent ac4a4f1cd7
commit 0d4bf01694
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-05-06 Simon Marchi <simon.marchi@efficios.com>
* gdbtypes.h (struct main_type) <flag_static>: Remove.
2020-05-06 Simon Marchi <simon.marchi@efficios.com>
* amd64-tdep.c (amd64_analyze_prologue): Check for `endbr64`

View File

@ -763,7 +763,6 @@ struct main_type
unsigned int flag_nosign : 1;
unsigned int flag_stub : 1;
unsigned int flag_target_stub : 1;
unsigned int flag_static : 1;
unsigned int flag_prototyped : 1;
unsigned int flag_varargs : 1;
unsigned int flag_vector : 1;