diff options
author | DJ Delorie <dj@redhat.com> | 2004-02-25 02:04:37 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-02-25 02:04:37 +0000 |
commit | 099f84cfbae3923e0e38a74d792c7a9bfc38f57a (patch) | |
tree | b4e47160845206f0d51fd4e59110cdf4e028b99d /include | |
parent | 4cfcaf218cfb0fd0601725074a732689c1155e22 (diff) | |
download | gdb-099f84cfbae3923e0e38a74d792c7a9bfc38f57a.zip gdb-099f84cfbae3923e0e38a74d792c7a9bfc38f57a.tar.gz gdb-099f84cfbae3923e0e38a74d792c7a9bfc38f57a.tar.bz2 |
merge from gcc
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/dyn-string.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 4e1ab9f..37c6cfd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2004-02-24 Ian Lance Taylor <ian@wasabisystems.com> + + * dyn-string.h: Update copyright date. + 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com> * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and diff --git a/include/dyn-string.h b/include/dyn-string.h index aa5e385..85f88b1 100644 --- a/include/dyn-string.h +++ b/include/dyn-string.h @@ -1,5 +1,5 @@ /* An abstract string datatype. - Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of GCC. |