summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-10-26 09:53:38 +0100
committerYao Qi <yao.qi@linaro.org>2017-10-26 09:53:38 +0100
commit6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20 (patch)
treeb8a3647028bcfd286b32f3d36203f96c47ff0986 /gdb/ChangeLog
parentbd5225139c83a80aad542e46efb66fabf51bff91 (diff)
downloadbinutils-gdb-6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20.tar.gz
Remove regular_breakpoint_inserted_here_p declaration
There is no regular_breakpoint_inserted_here_p definition at all, so this patch removes the declaration. gdb: 2017-10-26 Yao Qi <yao.qi@linaro.org> * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 47a4ac52ec2..f180b1d84aa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2017-10-26 Yao Qi <yao.qi@linaro.org>
+ * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
+
+2017-10-26 Yao Qi <yao.qi@linaro.org>
+
* break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
aspace const.
* break-catch-syscall.c (breakpoint_hit_catch_syscall):