diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-10 18:57:15 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-10 18:57:15 +0000 |
commit | 222ce6b9247fa24fdf867d1a8318d703cade743c (patch) | |
tree | 27b7713c8516cba28a54a5888c305e0de97e25fc /libiberty/ChangeLog | |
parent | 307a1b1e9b758e787b423308f7f3d9984ebad8a9 (diff) | |
download | gcc-222ce6b9247fa24fdf867d1a8318d703cade743c.tar.gz |
* concat.c: Include string.h. Fix int vs size_t usage.
Simplify the iteration loops. Use memcpy.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a1ccd0e3d46..00ad6edde2f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2001-06-10 Richard Henderson <rth@redhat.com> + + * concat.c: Include string.h. Fix int vs size_t usage. + Simplify the iteration loops. Use memcpy. + 2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu> * partition.c: Fix misspelling of `implementation'. |