This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit HEAD+BRANCH] Extraneous NULL in linux_target_ops when HAVE_LINUX_BTRACE not defined


On Wed, 13 Mar 2013 19:42:14 +0100, Joel Brobecker wrote:
> --- a/gdb/gdbserver/linux-low.c
> +++ b/gdb/gdbserver/linux-low.c
> @@ -5940,7 +5940,6 @@ static struct target_ops linux_target_ops = {
>    NULL,
>    NULL,
>    NULL,
> -  NULL,
>  #endif
>  };

Oops, thanks.


Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]