aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-07-13 22:12:28 +0000
committerDoug Evans <dje@google.com>2012-07-13 22:12:28 +0000
commit44214caf5ddf63eda7de1e32f3edcc598563b541 (patch)
treed0faf1e028dded68f8851bbadd980ad8284dbc72 /include/ChangeLog
parent7ecf3f8ecff919a436a996a8c08c3f2d8ddb461f (diff)
include/
* filenames.h: #include "hashtab.h". (filename_hash, filename_eq): Declare. libiberty/ * filename_cmp.c (filename_hash, filename_eq): New functions. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@189472 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 bf2a0329503..57f812de6c3 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-13 Doug Evans <dje@google.com>
+
+ * filenames.h: #include "hashtab.h".
+ (filename_hash, filename_eq): Declare.
+
2012-06-18 Doug Evans <dje@google.com>
* dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.