projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf644f8
)
* symtab.c (find_pc_line): When subtracting one to get a line
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 27 Jan 1995 03:15:20 +0000
(
03:15
+0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 27 Jan 1995 03:15:20 +0000
(
03:15
+0000)
number, make sure not to end up with zero.
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 765e854d6b4ae3a5c733024fda9e59744a37d407..b511aa68ae5739696ed9e257fbdfa171de616c84 100644
(file)
--- 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