gcc/
commitcbfc4bfa9965a87780a24f47a72e9849180ab043
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 2015 17:16:23 +0000 (25 17:16 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 2015 17:16:23 +0000 (25 17:16 +0000)
treeef11c0ce585dd35735de0a607dd716f3fa308d6e
parent22fd03a551df35a59ba22f3f68464a7b25379c32
gcc/
* hash-traits.h (string_hash, nofree_string_hash): New classes.
* genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
* passes.c (pass_registry_hasher): Likewise.
* config/alpha/alpha.c (string_traits): Likewise.
* config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
* config/m32c/m32c.c (pragma_traits): Likewise.
* config/mep/mep.c (pragma_traits): Likewise.

gcc/java/
* jcf-io.c (memoized_class_lookups): Use nofree_string_hash.
(find_class): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224971 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/i386/winnt.c
gcc/config/m32c/m32c.c
gcc/config/mep/mep.c
gcc/genmatch.c
gcc/hash-traits.h
gcc/java/ChangeLog
gcc/java/jcf-io.c
gcc/passes.c