aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-03 23:27:16 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-04 08:13:45 -0400
commit5ee0bc23a68fe2a6a7717b31fda1db878b2c9764 (patch)
tree89d9ac8cad39ef7afdf6dfa1d93a5f06b87a440f /sim/m32c/ChangeLog
parent225bda24db9671e2087fda892f94141625836a40 (diff)
downloadgdb-5ee0bc23a68fe2a6a7717b31fda1db878b2c9764.zip
gdb-5ee0bc23a68fe2a6a7717b31fda1db878b2c9764.tar.gz
gdb-5ee0bc23a68fe2a6a7717b31fda1db878b2c9764.tar.bz2
sim: clean up bfd_vma printing
A lot of this code predates the bfd_vma format define, so we have a random mix of casts to known types so we can printf the value. Use the BFD_VMA_FMT that now exists to simplify and reliability output across different build configs.
Diffstat (limited to 'sim/m32c/ChangeLog')
-rw-r--r--sim/m32c/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog
index e3393c9..df06256 100644
--- a/sim/m32c/ChangeLog
+++ b/sim/m32c/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-04 Mike Frysinger <vapier@gentoo.org>
+
+ * load.c (m32c_load): Use BFD_VMA_FMT and drop casts.
+
2021-05-02 Mike Frysinger <vapier@gentoo.org>
* m32c.opc: Include ansidecl.h.