From e5cfc29f59efc9a8b8bc29c35ab160ae4d76c2b6 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 25 Jul 2007 19:19:42 +0000 Subject: cselib.c (entry_and_rtx_equal_p): Constify. * 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. From-SVN: r126926 --- gcc/tlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tlink.c') diff --git a/gcc/tlink.c b/gcc/tlink.c index 7907f41..b6a8a18 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -658,7 +658,7 @@ scan_linker_output (const char *fname) if (! sym && ! end) /* Try a mangled name in quotes. */ { - const char *oldq = q + 1; + char *oldq = q + 1; demangled *dem = 0; q = 0; -- cgit v1.1