From: Simon Marchi Date: Wed, 6 May 2020 16:26:05 +0000 (-0400) Subject: gdb: remove main_type::flag_static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d4bf016945ee220b95d91674e5375eb652972d4;p=binutils-gdb.git gdb: remove main_type::flag_static It is not used. gdb/ChangeLog: * gdbtypes.h (struct main_type) : Remove. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 27cdbc84f53..1eb8c111c69 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-05-06 Simon Marchi + + * gdbtypes.h (struct main_type) : Remove. + 2020-05-06 Simon Marchi * amd64-tdep.c (amd64_analyze_prologue): Check for `endbr64` diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index 4e95a602181..d9bfa56cc45 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -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;