From 606ae2ba23cb101e0e03af1c2a793b0ede74692d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 27 Jan 1995 03:15:20 +0000 Subject: [PATCH] * symtab.c (find_pc_line): When subtracting one to get a line number, make sure not to end up with zero. --- gdb/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 765e854d6b..b511aa68ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Thu Jan 26 18:24:41 1995 Jim Kingdon + * 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 -- 2.34.1