summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqiyao <qiyao>2012-03-04 03:11:03 +0000
committerqiyao <qiyao>2012-03-04 03:11:03 +0000
commit5c84c2458fef52e8f839ac55a218ea186df95a10 (patch)
tree24f68afe8597636e1c147285d3dbb6a30a9e6244
parente277a512715bbea5d01c96af2d6175a7d5bdc37d (diff)
downloadgdb-5c84c2458fef52e8f839ac55a218ea186df95a10.tar.gz
Fix indent of changelog entries.
-rw-r--r--gdb/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c74db5b7263..1386c6d4da3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -12,12 +12,12 @@
(inf_child_target): Initialize fields `to_use_agent'
and `to_can_use_agent'.
* agent.c (agent_new_objfile): New.
- (_initialize_agent): Add agent_new_objfile to new_objfile
+ (_initialize_agent): Add agent_new_objfile to new_objfile
observer.
* linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
New.
- (linux_target_install_ops): Initialize field
+ (linux_target_install_ops): Initialize field
`to_static_tracepoint_markers_by_strid'.
* remote.c (free_current_marker): Move it to ...
* tracepoint.c (free_current_marker): ... here. New.
@@ -28,7 +28,7 @@
2012-03-03 Yao Qi <yao@codesourcery.com>
* common/agent.c (agent_loaded_p): New.
- (agent_look_up_symbols): New global.
+ (agent_look_up_symbols): New global.
* common/agent.h: Declare agent_loaded_p.
2012-03-03 Yao Qi <yao@codesourcery.com>