This fixes the followin error when HAVE_LINUX_BTRACE is not defined:
linux-low.c:5943: error: excess elements in struct initializer
linux-low.c:5943: error: (near initialization for 'linux_target_ops')
gdb/gdbserver/ChangeLog:
* linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
Remove extraneous NULL element.
+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
NULL,
NULL,
NULL,
- NULL,
#endif
};