]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm-protos.h (arm_print_operand): Delete.
authorNathan Froyd <froydnj@gcc.gnu.org>
Wed, 16 Jun 2010 18:02:58 +0000 (18:02 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Wed, 16 Jun 2010 18:02:58 +0000 (18:02 +0000)
commit944442bbd0340df394b284281ab99c0c293b7878
tree6e04f93b0f47a5471fa68f2d8f507b90e2525e44
parentc0932c7f5bf7dad16c018702bda1c663ccb25a1c
arm-protos.h (arm_print_operand): Delete.

* config/arm/arm-protos.h (arm_print_operand): Delete.
(arm_print_operand_address): Delete.
* config/arm/arm.h (PRINT_OPERAND): Delete.
(PRINT_OPERAND_PUNCT_VALID_P): Delete.
(PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
(THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
* config/arm/arm.c (arm_print_operand_address): ...here.  New
function.
(arm_print_operand): Make static.
(arm_print_operand_punct_valid_p): New function.
(TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
(TARGET_PRINT_OPERAND_ADDRESS): Define.

From-SVN: r160854
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h