diff options
author | DJ Delorie <dj@redhat.com> | 2001-06-11 00:07:54 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-06-11 00:07:54 +0000 |
commit | d42dae6cb26969ad6b1b901d89ff678d1b8c31b8 (patch) | |
tree | 15c0ac2964ff06c2d3860535da70fa209b1f86c5 /libiberty/ChangeLog | |
parent | 4e67fe297f9e293703ebeb2a604d319bfe19ac98 (diff) | |
download | gdb-d42dae6cb26969ad6b1b901d89ff678d1b8c31b8.zip gdb-d42dae6cb26969ad6b1b901d89ff678d1b8c31b8.tar.gz gdb-d42dae6cb26969ad6b1b901d89ff678d1b8c31b8.tar.bz2 |
merge from gcc
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 25ab13e..12b17ee 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'. |