diff options
-rw-r--r-- | gdb/gdbserver/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/gdbserver/linux-low.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index a7289fdb1c8..057133fc15c 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2013-03-13 Joel Brobecker <brobecker@adacore.com> + + * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]: + Remove extraneous NULL element. + 2013-03-13 Yao Qi <yao@codesourcery.com> * tracepoint.c (traceframe_read_tsv): Look for the last matched diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index b5084c93673..523926d1790 100644 --- 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 }; |