mips-protos.h (mips_print_operand): Delete.
commit6e9e0126dbd711899789da8c9e11cc6b54270774
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 8 Jun 2010 00:21:53 +0000 (8 00:21 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 8 Jun 2010 00:21:53 +0000 (8 00:21 +0000)
treee143c767a3715e730bbc941d585b7431e57d53a9
parent25667c7d5b6488ba8160ad86f9836d35fd87502b
mips-protos.h (mips_print_operand): Delete.

        * config/mips/mips-protos.h (mips_print_operand): Delete.
(mips_print_operand_address): Delete.
* config/mips/mips.h (mips_print_operand_punct): Delete.
(PRINT_OPERAND): Delete.
(PRINT_OPERAND_PUNCT_VALID_P): Delete.
(PRINT_OPERAND_ADDRESS): Delete.
* config/mips/mips.c (mips_print_operand_punct): Make static.
(mips_print_operand_address): Make static.
(mips_print_operand): Make static.  Call
mips_print_operand_punct_valid_p.
(mips_print_operand_punct_valid_p): New function.
(TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
(TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.

From-SVN: r160415
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h