Index: common/ChangeLog
authorAndrew Cagney <cagney@redhat.com>
Thu, 28 Aug 2003 17:02:00 +0000 (17:02 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 28 Aug 2003 17:02:00 +0000 (17:02 +0000)
commite158f0a010490f7fc3363dc45b7045fd0277331d
tree9eb3151344923ef9fa23d181d1157454cf4f9194
parente94cc8fa71f933ee86093243e3a37712aa8f41f5
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.
sim/common/ChangeLog
sim/common/dv-glue.c
sim/common/sim-options.c
sim/mn10300/ChangeLog
sim/mn10300/dv-mn103ser.c
sim/mn10300/dv-mn103tim.c