[PATCHv2 09/13] gdb: Convert language la_search_name_hash field to a method

Christian Biesinger cbiesinger@google.com
Fri May 15 17:47:30 GMT 2020


On Fri, May 15, 2020 at 10:08 AM Andrew Burgess
<andrew.burgess@embecosm.com> wrote:
> diff --git a/gdb/language.c b/gdb/language.c
> index a6b7f1400d5..425081a64c8 100644
> --- a/gdb/language.c
> +++ b/gdb/language.c
> @@ -47,6 +47,7 @@
>  #include <algorithm>
>  #include "gdbarch.h"
>
> +
>  static int unk_lang_parser (struct parser_state *);

That empty line seems like a mistake?

Christian


More information about the Gdb-patches mailing list