* top.c (print_gdb_version): Update copyright year.

This commit is contained in:
Stan Shebs 1996-03-05 02:13:33 +00:00
parent 4e59f52302
commit f935141e4c
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
* top.c (print_gdb_version): Update copyright year.
Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
* From Peter Schauer:
From Peter Schauer:
* infrun.c (wait_for_inferior): Remove breakpoints and
switch terminal settings before calling SOLIB_ADD.
* solib.c (enable_break, SVR4 variant): Don't map in symbols

View File

@ -2713,7 +2713,7 @@ GDB %s (%s", version, host_name);
fprintf_filtered (stream, "), ");
wrap_here("");
fprintf_filtered (stream, "Copyright 1995 Free Software Foundation, Inc.");
fprintf_filtered (stream, "Copyright 1996 Free Software Foundation, Inc.");
}
/* ARGSUSED */