From: Michael Snyder Date: Mon, 10 Mar 1997 20:33:35 +0000 (+0000) Subject: Mon Mar 10 12:27:47 1997 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b18f1777a126ec01f42d8fb9719b7032bf8b1a25;p=binutils-gdb.git Mon Mar 10 12:27:47 1997 Michael Snyder * symtab.h (INIT_SAL): New macro to initialize symtab_and_line, to insure consistant initialization of unused fields to zero. * symtab.c: replace initializations of sals with new macro INIT_SAL. * breakpoint.c: ditto. * infrun.c: ditto. * infcmd.c: ditto. * source.c: add call to INIT_SAL macro. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b93139d7d4d..f7dbae02487 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Mon Mar 10 12:27:47 1997 Michael Snyder + + * symtab.h (INIT_SAL): New macro to initialize symtab_and_line, + to insure consistant initialization of unused fields to zero. + * symtab.c: replace initializations of sals with new macro INIT_SAL. + * breakpoint.c: ditto. + * infrun.c: ditto. + * infcmd.c: ditto. + * source.c: add call to INIT_SAL macro. + Sat Mar 8 00:16:37 1997 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * sparc-tdep.c (isbranch): Always handle v9 branch instructions,