]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arc/arc.c
arc: Update operand printing
authorClaudiu Zissulescu <claziss@gmail.com>
Mon, 16 Mar 2020 14:56:22 +0000 (16:56 +0200)
committerClaudiu Zissulescu <claziss@gmail.com>
Tue, 31 Mar 2020 12:11:03 +0000 (15:11 +0300)
commitdc56917d1117770833e1f672afe8c65770be7109
treeae4c8ab5bc045cd0a6b5567009e8552185150ef5
parentd08a318b4fdf92f6e57116349f37195fbc085b9e
arc: Update operand printing

Use HOST_WIDE_INT_PRINT_DEC macro instead of %ld for format printing.

gcc/
xxxx-xx-xx  Claudiu Zissulescu  <claziss@synopsys.com>

* config/arc/arc.c (arc_print_operand): Use
HOST_WIDE_INT_PRINT_DEC macro.
gcc/ChangeLog
gcc/config/arc/arc.c