aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 21:24:20 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-20 21:24:20 +0000
commit726d33a4362a2da76657cbe5d00e306163f52bfe (patch)
tree285fcb892630e3c2ee7f3ec9080edeed6605224b /gdb
parentf29b5686e4a4c65e50905fe193c40b372f6bc7f3 (diff)
downloadgdb-726d33a4362a2da76657cbe5d00e306163f52bfe.zip
gdb-726d33a4362a2da76657cbe5d00e306163f52bfe.tar.gz
gdb-726d33a4362a2da76657cbe5d00e306163f52bfe.tar.bz2
* config/rs6000/tm-rs6000.h: Remove call to insert_step_breakpoint.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 77f7dc0..31310d8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Tue Jul 20 12:53:47 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
+ * config/rs6000/tm-rs6000.h: Remove call to insert_step_breakpoint.
+
* symtab.c (find_line_symtab): New function, to deal with multiple
symtabs with the same name.
(find_line_pc{,_range}): Use it.