aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-09-18 20:07:31 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-09-18 20:07:31 +0000
commit69ee340e99122652eabfbcaea19e21ced3e63d53 (patch)
tree830fdb49efb57c949852b9ac17cd0acbeeb05a84 /include/ChangeLog
parent518b566fe69b32aafa5b0404948d1d0134a2654b (diff)
downloadgcc-69ee340e99122652eabfbcaea19e21ced3e63d53.zip
gcc-69ee340e99122652eabfbcaea19e21ced3e63d53.tar.gz
gcc-69ee340e99122652eabfbcaea19e21ced3e63d53.tar.bz2
libiberty.h (concat, [...]): Improve comments.
* libiberty.h (concat, concat_length, concat_copy, concat_copy2, ACONCAT): Improve comments. From-SVN: r45683
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 2a69d82..c94394e 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * libiberty.h (concat, concat_length, concat_copy, concat_copy2,
+ ACONCAT): Improve comments.
+
2001-09-18 Alan Modra <amodra@bigpond.net.au>
* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.