diff options
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/top.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4460998..5dfae3d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 @@ -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 */ |