[NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.
commit4ae884c2999e980ad3efd2c4bb9cf5be81fdf8f1
authorjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Mar 2018 12:11:22 +0000 (17 12:11 +0000)
committerjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Mar 2018 12:11:22 +0000 (17 12:11 +0000)
treece54136e787c4942a76a33eb9e4c144f8db5a78e
parent340ae54ebe9672b54ec1993f5b6ce86fd1e8c214
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258620 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/nds32/nds32.c