aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-07-13 22:12:28 +0000
committerDoug Evans <devans@gcc.gnu.org>2012-07-13 22:12:28 +0000
commit69488641ac7fa957a4e9f9cf9f04126f80099839 (patch)
treed0faf1e028dded68f8851bbadd980ad8284dbc72 /include/ChangeLog
parentc8b8af718c7b79ac11d346a220fc90670a293c6f (diff)
downloadgcc-69488641ac7fa957a4e9f9cf9f04126f80099839.zip
gcc-69488641ac7fa957a4e9f9cf9f04126f80099839.tar.gz
gcc-69488641ac7fa957a4e9f9cf9f04126f80099839.tar.bz2
filenames.h: #include "hashtab.h".
include/ * filenames.h: #include "hashtab.h". (filename_hash, filename_eq): Declare. libiberty/ * filename_cmp.c (filename_hash, filename_eq): New functions. From-SVN: r189472
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 bf2a032..57f812d 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.