mips-protos.h (SYMBOL_GENERAL): Rename to...
commit67da85da7923399850541459ffb67c812ef0625d
authorRichard Sandiford <richard@codesourcery.com>
Wed, 8 Aug 2007 15:06:05 +0000 (8 15:06 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 8 Aug 2007 15:06:05 +0000 (8 15:06 +0000)
tree307c2200e7bb246635fe7f59e68a7dc2395047e7
parent76b4f0f724ae26bf9f7a6ed3b888d4360fd6ea5d
mips-protos.h (SYMBOL_GENERAL): Rename to...

gcc/
* config/mips/mips-protos.h (SYMBOL_GENERAL): Rename to...
(SYMBOL_ABSOLUTE): ...this.
(SYMBOL_SMALL_DATA): Rename to...
(SYMBOL_GP_RELATIVE): ...this.
(SYMBOL_CONSTANT_POOL): Rename to...
(SYMBOL_PC_RELATIVE): ...this.
* config/mips/mips.c (mips_classify_symbol, mips_symbolic_constant_p)
(mips_symbolic_address_p, mips_symbol_insns, override_options)
(mips_rewrite_small_data_p, mips_use_anchors_for_symbol_p): Update
after above changes.
* config/mips/predicates.md (const_call_insn_operand): Likewise.
(general_symbolic_operand): Rename to...
(absolute_symbolic_operand): ...this.
* config/mips/mips.md: Update after above changes.

From-SVN: r127294
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.md
gcc/config/mips/predicates.md