re PR java/5489 (-fverbose-asm crashes jc1 on ARM cross-compiler)
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 23 Mar 2002 18:18:43 +0000 (18:18 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 23 Mar 2002 18:18:43 +0000 (18:18 +0000)
commit64e92a2664338473268928c206f62ba397379601
tree06cbf38f1e6d16c47b6222893315b70e042fbd1c
parentd6961341dd0ef37d0c292d25f7e428a42e22b0c0
re PR java/5489 (-fverbose-asm crashes jc1 on ARM cross-compiler)

PR java/5489
* arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
operand argument to output_return_instruction.
* arm.c (arm_print_operand, case 'd'): If the operand is
const_true_rtx then just return.
(arm_print_operand, case 'D'): If the operand is const_true_rtx
then abort.

From-SVN: r51241
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.md