[NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.
authorKito Cheng <kito.cheng@gmail.com>
Sat, 17 Mar 2018 12:11:22 +0000 (12:11 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Sat, 17 Mar 2018 12:11:22 +0000 (12:11 +0000)
commit5af50159079d2f37118e4eaa6dd269be5d6e1506
treece54136e787c4942a76a33eb9e4c144f8db5a78e
parent6a5a7ee306195abf513fbbb0c4aff717ce3359dc
[NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.

gcc/
* config/nds32/nds32.c (nds32_asm_output_mi_thunk,
nds32_print_operand, nds32_print_operand_address): Use
HOST_WIDE_INT_PRINT_DEC instead.

From-SVN: r258620
gcc/ChangeLog
gcc/config/nds32/nds32.c