]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gengenrtl.cc
arc.c (arc_hard_regno_mode_ok): Const-ify.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 23 Dec 2001 16:07:16 +0000 (16:07 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 23 Dec 2001 16:07:16 +0000 (16:07 +0000)
commit0b5826acc87bbaf5c4488610ce43939d45ca5607
tree3a92e39c3950a0111e36bf45eea110d72fbf1e8a
parent14aacce76e18b19ea57b6f6dbeda4cad4b634b1a
arc.c (arc_hard_regno_mode_ok): Const-ify.

* arc.c (arc_hard_regno_mode_ok): Const-ify.
* arc.h (arc_hard_regno_mode_ok): Likewise.
* i386.c (x86_64_reg_class_name): Make static.
* m68k.c (regno_reg_class): Const-ify.
* m68k.h (regno_reg_class): Likewise.
* mcore.c (reg_class_from_letter): Likewise.
* mcore.h (reg_class_from_letter): Likewise.
* sh.c (reg_class_from_letter, ashiftrt_insns, shift_insns,
ext_shift_insns, ext_shift_amounts): Likewise.
* sh.h (reg_class_from_letter): Likewise.
* sparc.c (hard_regno_mode_classes, hard_32bit_mode_classes,
hard_64bit_mode_classes): Likewise.
* sparc.h (hard_regno_mode_classes): Likewise.

* gcc.c (modify_target): Make static.
* gengenrtl.c (defs, formats): Likewise.
* reload1.c (elim_table_1, init_elim_table): Const-ify.
* tradcpp.c (directive, directive_table, handle_directive,
skip_if_group, run_directive): Likewise.

cp:
* decl2.c (lang_f_options): Const-ify.

f:
* com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.

java:
* Make-lang.in (keyword.h): Pass -C to gperf to const-ify
the static arrays that are output.
* jvspec.c (jvgenmain_spec): Make static.
* keyword.gperf (struct java_keyword, java_keyword): Const-ify.
* keyword.h: Regenerate.
* lang.c (string_option, process_option_with_no, lang_f_options,
lang_W_options): Const-ify.
* lex.c (java_lex): Likewise.

From-SVN: r48290
27 files changed:
gcc/ChangeLog
gcc/config/arc/arc.c
gcc/config/arc/arc.h
gcc/config/i386/i386.c
gcc/config/m68k/m68k.c
gcc/config/m68k/m68k.h
gcc/config/mcore/mcore.c
gcc/config/mcore/mcore.h
gcc/config/sh/sh.c
gcc/config/sh/sh.h
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/f/ChangeLog
gcc/f/com.c
gcc/gcc.c
gcc/gengenrtl.c
gcc/java/ChangeLog
gcc/java/Make-lang.in
gcc/java/jvspec.c
gcc/java/keyword.gperf
gcc/java/keyword.h
gcc/java/lang.c
gcc/java/lex.c
gcc/reload1.c
gcc/tradcpp.c