aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-12 18:08:38 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-12 18:08:38 +0000
commit8aad930bb7fcb964c0c56e5564b20860b44618f9 (patch)
tree97828332337ed94a4d64a64bf55a9bbd7aff0c12 /gdb/ChangeLog
parent2f2f4511bdcb69e610a446890e8110380b76937d (diff)
downloadgdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.zip
gdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.tar.gz
gdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.tar.bz2
2004-05-12 Andrew Cagney <cagney@redhat.com>
* infrun.c (adjust_pc_after_break): Rewrite decr logic, eliminate reference to step_sp. (struct execution_control_state, init_execution_control_state) (handle_inferior_event, keep_going): Delete update_step_sp and step_sp. * infcmd.c (step_sp): Note that variable is unused.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0937f8b..fe0b96e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-12 Andrew Cagney <cagney@redhat.com>
+
+ * infrun.c (adjust_pc_after_break): Rewrite decr logic,
+ eliminate reference to step_sp.
+ (struct execution_control_state, init_execution_control_state)
+ (handle_inferior_event, keep_going): Delete update_step_sp and
+ step_sp.
+ * infcmd.c (step_sp): Note that variable is unused.
+
2004-05-11 Andrew Cagney <cagney@redhat.com>
* infrun.c (step_over_function): Delete function.