OSDN Git Service

* c4x.c (c4x_fp_reglist): Const-ify.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Mar 2002 01:39:04 +0000 (01:39 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Mar 2002 01:39:04 +0000 (01:39 +0000)
commitc8834c5f4619b9de2da61567017a3b558a095c5f
treef508fbbfd2ee8bd004e584cb7eca1b92c0f55ac2
parentbabdb60f79d20d3a2b233338b360d9b14c1ace50
* c4x.c (c4x_fp_reglist): Const-ify.
* cris.c (cris_print_operand): Likewise.
* i386.c (ix86_va_arg): Likewise.
* ia64/unwind-ia64.c (unw_decode_table): Likewise.
* m32r.c (m32r_hard_regno_mode_ok): Likewise.
* m32r.h (m32r_hard_regno_mode_ok): Likewise.
* mcore.c (regno_reg_class, mcore_unique_section): Likewise.
* mcore.h (regno_reg_class): Likewise.
* mips.c (gen_int_relational): Likewise.
* ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
* ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
* pdp11.c (pdp11_assemble_integer): Likewise.
* pj.h (INITIALIZE_TRAMPOLINE): Likewise.
* s390.c (s390_branch_condition_mnemonic, regclass_map):
Likewise.
* s390.h (regclass_map): Likewise.
* sh.c (shift_amounts): Likewise.
* sh.md (rot_tab): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50517 138bc75d-0d04-0410-961f-82ee72b054a4
18 files changed:
gcc/ChangeLog
gcc/config/c4x/c4x.c
gcc/config/cris/cris.c
gcc/config/i386/i386.c
gcc/config/ia64/unwind-ia64.c
gcc/config/m32r/m32r.c
gcc/config/m32r/m32r.h
gcc/config/mcore/mcore.c
gcc/config/mcore/mcore.h
gcc/config/mips/mips.c
gcc/config/ns32k/ns32k.c
gcc/config/ns32k/ns32k.h
gcc/config/pdp11/pdp11.c
gcc/config/pj/pj.h
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/sh/sh.c
gcc/config/sh/sh.md