arm.c (arm_print_operand: case 'w'): Use fputs rather than fprintf with a non-constan...
authorRoland McGrath <mcgrathr@google.com>
Tue, 26 Mar 2013 16:43:09 +0000 (16:43 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Tue, 26 Mar 2013 16:43:09 +0000 (16:43 +0000)
commit6f33817e6ae3515ef30a0d0d0e740f56479dd882
tree265b73604638e193258d155223d1a995fac12204
parent93a4145ba1de31ddc35ace4aac8facbb869c6c49
arm.c (arm_print_operand: case 'w'): Use fputs rather than fprintf with a non-constant, non-format string.

* config/arm/arm.c (arm_print_operand: case 'w'): Use fputs rather
than fprintf with a non-constant, non-format string.

From-SVN: r197115
gcc/ChangeLog
gcc/config/arm/arm.c