Mon Mar 10 12:27:47 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 10 Mar 1997 20:33:35 +0000 (20:33 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 10 Mar 1997 20:33:35 +0000 (20:33 +0000)
* 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.

gdb/ChangeLog

index b93139d7d4df07c85cff8e1b859f6f015cafca3a..f7dbae024873c9c7b4e89c9bbe4aaaaf68eb2144 100644 (file)
@@ -1,3 +1,13 @@
+Mon Mar 10 12:27:47 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * 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,