aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-01-27 03:15:20 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-01-27 03:15:20 +0000
commit606ae2ba23cb101e0e03af1c2a793b0ede74692d (patch)
treefda1033a213f2939bb1e54f4c9d2f7df98a6c8a6 /gdb
parentbf644f8f740dcb7427ec04211b292aedf999254c (diff)
downloadgdb-606ae2ba23cb101e0e03af1c2a793b0ede74692d.zip
gdb-606ae2ba23cb101e0e03af1c2a793b0ede74692d.tar.gz
gdb-606ae2ba23cb101e0e03af1c2a793b0ede74692d.tar.bz2
* symtab.c (find_pc_line): When subtracting one to get a line
number, make sure not to end up with zero.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 765e854..b511aa6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Thu Jan 26 18:24:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
+ * symtab.c (find_pc_line): When subtracting one to get a line
+ number, make sure not to end up with zero.
+
* remote-vx.c: Revert all of Kung's changes of 16 Jan. The
problems with those changes were (a) the file didn't compile, (b)
they changed memset to bzero--memset is correct, (c) they took out