summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-03 20:26:51 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-03 20:26:51 +0000
commit696d659364a0c96aac78ccd86df45acfebdfa69c (patch)
tree7cb5f41487a2833118881f736e98db2f43fe7b5f /libiberty/ChangeLog
parent611150f1f575475f8c4a3ddaaa51a25a0bc7f478 (diff)
downloadgcc-696d659364a0c96aac78ccd86df45acfebdfa69c.tar.gz
(htab_create, htab_expand): Correct formatting of comment before
function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index c8c53db4be7..5496ff3ec52 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-03 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * hashtab.c: Change void * to PTR where necessary.
+ (htab_create, htab_expand): Correct formatting of comment before
+ function.
+
2000-10-22 Alex Samuel <samuel@codesourcery.com>
* cp-demangle.c (string_list_def): Add caret_position and comments.