OSDN Git Service

* c-parse.in (yyerror): Const-ification and/or static-ization.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Sep 2001 14:37:29 +0000 (14:37 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Sep 2001 14:37:29 +0000 (14:37 +0000)
commit0d95286fa914943fefb3e1a64ad2b8e7c8df1acb
treec5d68aba90c30f41b5992271d9c2e33574c3a647
parenta4422142b6746bd13c85ae54b6147bdc54cf68a5
* c-parse.in (yyerror): Const-ification and/or static-ization.
* c-typeck.c (push_member_name): Likewise.
* collect2.c (main): Likewise.
* dbxout.c (dbxout_parms): Likewise.
* diagnostic.c (format_with_decl): Likewise.
* dwarf2out.c (output_ranges): Likewise.
* dwarfout.c (fundamental_type_code): Likewise.
* except.c (dw2_output_call_site_table): Likewise.
* gcc.c (do_spec_1): Likewise.
* genopinit.c (optabs): Likewise.
* objc/objc-act.c (synth_id_with_class_suffix, start_class,
gen_declaration_1, handle_impent): Likewise.
* protoize.c (default_include, in_system_include_dir, abspath):
Likewise.
* sched-vis.c (visualize_stall_cycles): Likewise.
* sdbout.c (plain_type_1, sdbout_end_function,
sdbout_end_epilogue): Likewise.
* varasm.c (decode_reg_name): Likewise.

* 1750a.c (mod_regno_adjust): Likewise.
* alpha.c (alpha_write_one_linkage,
unicosmk_output_default_externs): Likewise.
* arm.c (arm_condition_codes): Likewise.
* arm.h (arm_condition_codes): Likewise.
* avr.c (output_movsisf, encode_section_info): Likewise.
* darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
Likewise.
* i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
* i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
* m88k.c (output_function_profiler): Likewise.
* mips.c (mips_output_conditional_branch): Likewise.
* ns32k.c (ns32k_out_reg_names): Likewise.
* ns32k.h (ns32k_out_reg_names): Likewise.
* pj.c (pj_output_rval): Likewise.
* rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
* sparc.c (sparc_flat_function_prologue,
sparc_flat_function_epilogue): Likewise.

cp:
* decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
Const-ification.
* pt.c (tsubst_decl): Likewise.

f:
* bad.c (ffebad_finish): Const-ification and/or static-ization.
* intrin.c (ffeintrin_cmp_name_): Likewise.
* stc.c (ffestc_R904): Likewise.

java:
* expr.c (expand_invoke): Const-ification.
* parse.y (patch_method_invocation): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45581 138bc75d-0d04-0410-961f-82ee72b054a4
41 files changed:
gcc/ChangeLog
gcc/c-parse.in
gcc/c-typeck.c
gcc/collect2.c
gcc/config/1750a/1750a.c
gcc/config/alpha/alpha.c
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/avr/avr.c
gcc/config/darwin.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/m88k/m88k.c
gcc/config/mips/mips.c
gcc/config/ns32k/ns32k.c
gcc/config/ns32k/ns32k.h
gcc/config/pj/pj.c
gcc/config/rs6000/rs6000.c
gcc/config/sparc/sparc.c
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/dbxout.c
gcc/diagnostic.c
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/except.c
gcc/f/ChangeLog
gcc/f/bad.c
gcc/f/intrin.c
gcc/f/stc.c
gcc/gcc.c
gcc/genopinit.c
gcc/java/ChangeLog
gcc/java/expr.c
gcc/java/parse.y
gcc/objc/objc-act.c
gcc/protoize.c
gcc/sched-vis.c
gcc/sdbout.c
gcc/varasm.c