aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2004-02-02 16:16:09 +0000
committerFred Fish <fnf@specifix.com>2004-02-02 16:16:09 +0000
commit15390fef31f1aa09ab3da757a878d047305d7e5c (patch)
treea15bfef8c422a0348625de0a3debfa796c17a930
parent59773b4e065316f297096096c2c41f37d0eecc9b (diff)
downloadgdb-15390fef31f1aa09ab3da757a878d047305d7e5c.zip
gdb-15390fef31f1aa09ab3da757a878d047305d7e5c.tar.gz
gdb-15390fef31f1aa09ab3da757a878d047305d7e5c.tar.bz2
Forgot copyright updates in previous checkin
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 13c2ba8..c15528e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,11 +1,11 @@
2004-02-02 Fred Fish <fnf@redhat.com>
* main.c (gdb_stdtarg): Move definition to group with other
- gdb_stdtarg definitions.
+ gdb_stdtarg definitions and update copyright years.
* remote-sim.c (gdb_os_write_stderr): Write output to
gdb_stdtargerr stream instead of gdb_stdtarg stream.
(gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
- gdb_stderr stream.
+ gdb_stderr stream and update copyright years.
2004-02-01 Daniel Jacobowitz <drow@mvista.com>