aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-08-28 17:02:00 +0000
committerAndrew Cagney <cagney@redhat.com>2003-08-28 17:02:00 +0000
commite158f0a010490f7fc3363dc45b7045fd0277331d (patch)
tree9eb3151344923ef9fa23d181d1157454cf4f9194 /sim/mn10300/ChangeLog
parente94cc8fa71f933ee86093243e3a37712aa8f41f5 (diff)
downloadfsf-binutils-gdb-e158f0a010490f7fc3363dc45b7045fd0277331d.zip
fsf-binutils-gdb-e158f0a010490f7fc3363dc45b7045fd0277331d.tar.gz
fsf-binutils-gdb-e158f0a010490f7fc3363dc45b7045fd0277331d.tar.bz2
Index: common/ChangeLog
2003-08-28 Andrew Cagney <cagney@redhat.com> * dv-glue.c (hw_glue_finish): Change %d to %ld to match sizeof. * sim-options.c (print_help): Cast the format with specifier to "int". Index: mn10300/ChangeLog 2003-08-28 Andrew Cagney <cagney@redhat.com> * dv-mn103ser.c (do_polling_event): Change type of "serial_reg" to "long". (read_status_reg): Cast "serial_reg" to "long". * dv-mn103tim.c (do_counter_event): Change type of "timer_nr" to "long". (do_counter6_event, write_mode_reg, write_tm6md): Ditto.
Diffstat (limited to 'sim/mn10300/ChangeLog')
-rw-r--r--sim/mn10300/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index 9a5b602..5602ce8 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,12 @@
+2003-08-28 Andrew Cagney <cagney@redhat.com>
+
+ * dv-mn103ser.c (do_polling_event): Change type of "serial_reg" to
+ "long".
+ (read_status_reg): Cast "serial_reg" to "long".
+ * dv-mn103tim.c (do_counter_event): Change type of "timer_nr" to
+ "long".
+ (do_counter6_event, write_mode_reg, write_tm6md): Ditto.
+
2003-02-27 Andrew Cagney <cagney@redhat.com>
* interp.c (sim_open, sim_create_inferior, sim_open)