* cselib.c (entry_and_rtx_equal_p): Constify.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jul 2007 19:19:42 +0000 (19:19 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jul 2007 19:19:42 +0000 (19:19 +0000)
commitdea3189b45f05f83dc99494d66b5a4311c811ce6
tree25657045a0e1f680a00555098079cb87bb9d1384
parentaae87fc346d89bc5cf107a45dd5bade361b16533
* cselib.c (entry_and_rtx_equal_p): Constify.
* gengtype.c (output_mangled_typename, write_types, write_local):
Likewise.
* gengtype.h (const_type_p): New.
* see.c (eq_descriptor_extension, hash_descriptor_extension):
Constify.
* tlink.c (scan_linker_output): De-constify.
* tree-ssa-loop-im.c (memref_eq): Constify.
* tree-ssa-structalias.c (const_shared_bitmap_info_t): New.
(shared_bitmap_hash, shared_bitmap_eq): Constify.

cp:
* parser.c (cp_parser_string_literal, cp_parser_sizeof_operand):
Constify.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126926 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cselib.c
gcc/gengtype.c
gcc/gengtype.h
gcc/see.c
gcc/tlink.c
gcc/tree-ssa-loop-im.c
gcc/tree-ssa-structalias.c