From 4f3cee1ca11c3173ad1d4030f69b4b99a675bd26 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Mon, 18 Feb 2013 14:54:57 +0000 Subject: [PATCH] gdb/gdbserver * linux-bfin-low.c (the_low_target): Use NULL instead of 0. --- gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/linux-bfin-low.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 3b2239fc866..eba9cecb76b 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2013-02-18 Yao Qi + + * linux-bfin-low.c (the_low_target): Use NULL instead of 0. + 2013-02-14 Pedro Alves Plug memory leak. diff --git a/gdb/gdbserver/linux-bfin-low.c b/gdb/gdbserver/linux-bfin-low.c index 0568b19d5a2..3295ffdb200 100644 --- a/gdb/gdbserver/linux-bfin-low.c +++ b/gdb/gdbserver/linux-bfin-low.c @@ -102,7 +102,7 @@ struct linux_target_ops the_low_target = { bfin_set_pc, bfin_breakpoint, bfin_breakpoint_len, - 0, + NULL, /* breakpoint_reinsert_addr */ 2, bfin_breakpoint_at, }; -- 2.30.2