* tree.h (TYPE_HASH): Use TYPE_UID.
commit908e5f417508446d520f696446e2301c45170962
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Mar 2004 22:38:24 +0000 (5 22:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Mar 2004 22:38:24 +0000 (5 22:38 +0000)
tree9d36ad37b0e9bce1412800770f06296f53a67ce6
parent9276fdffb46d3694bb0bed1c0fd08892b19d2a7b
    * tree.h (TYPE_HASH): Use TYPE_UID.
        (TREE_HASH): New macro with old definition of TYPE_HASH.
        * tree.c (build_type_attribute_variant): Use iterative_hash_object.
        (build_array_type, build_function_type): Likewise.
        (build_method_type_directly): Likewise.
        (build_offset_type, build_complex_type): Likewise.
        (type_hash_list, attribute_hash_list): Likewise. Now static.
        * except.c: s/TYPE_HASH/TREE_HASH/.
        * cp/tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78993 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/except.c
gcc/tree.c
gcc/tree.h