summaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-22 22:32:57 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-22 22:32:57 +0000
commita3493641269b3fef631742935e7ee033e223c88b (patch)
treeae9cc4c1fbfeb68fe417370772331169716d4a6c /include/ChangeLog
parent72e0294fa67e7c3a62acb3b1b31cb125026cc275 (diff)
downloadgcc-a3493641269b3fef631742935e7ee033e223c88b.tar.gz
include:
* libiberty.h (_hex_value): Const-ify. (hex_init): Delete. libiberty: * hex.c (hex_init): Delete. (_hex_value): Const-ify and initialize at compile-time. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46417 138bc75d-0d04-0410-961f-82ee72b054a4
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 391e1777013..605f094157e 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * libiberty.h (_hex_value): Const-ify.
+ (hex_init): Delete.
+
2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* demangle.h (demangler_engine): Const-ify.