diff options
author | Michael Eager <eager@eagercon.com> | 2014-06-30 17:38:15 -0700 |
---|---|---|
committer | Michael Eager <eager@eagercon.com> | 2014-06-30 17:40:02 -0700 |
commit | ba8e7d1e24bc53269b5814c99a321783dab3812a (patch) | |
tree | d2dad80475660360174a4f06db55e08071a6556d /sim/ChangeLog | |
parent | 422b1cb0912f88f0509f75b9fee055c8259c13be (diff) | |
download | gdb-ba8e7d1e24bc53269b5814c99a321783dab3812a.zip gdb-ba8e7d1e24bc53269b5814c99a321783dab3812a.tar.gz gdb-ba8e7d1e24bc53269b5814c99a321783dab3812a.tar.bz2 |
Sim - Use long int format instead of int to avoid compiling warning
2014-07-01 Chen Gang <gang.chen.5i5j@gmail.com>
* sim/microblaze/interp.c: Use long int format instead of int
format to avoid compiling warnings.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 35d0920..03c244b 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2014-07-01 Chen Gang <gang.chen.5i5j@gmail.com> + + * sim/microblaze/interp.c: Use long int format instead of int + format to avoid compiling warnings. + 2014-03-12 Nick Clifton <nickc@redhat.com> * MAINTAINERS: Add myself as the maintainer for the MSP430. |