diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-08-08 20:25:50 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-08-08 20:25:50 +0000 |
commit | 962e9d85f3b29ad9e057a4667fd96e4ca9e41adc (patch) | |
tree | db7e57412ccc17ae87711134f3e3e63ad7de4eb4 /sim/m68hc11/ChangeLog | |
parent | f786f615100c8763f19ddec9943156cd2b94a763 (diff) | |
download | gdb-962e9d85f3b29ad9e057a4667fd96e4ca9e41adc.zip gdb-962e9d85f3b29ad9e057a4667fd96e4ca9e41adc.tar.gz gdb-962e9d85f3b29ad9e057a4667fd96e4ca9e41adc.tar.bz2 |
* m68hc11_sim.c (print_io_word): New function to print 16-bit value.
* sim-main.h (print_io_word): Declare.
* dv-m68hc11tim.c (tmsk1_desc): New description table for TMSK1.
(tflg1_desc): Likewise for TFLG1.
(m68hc11tim_info): Print input and output compare registers
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r-- | sim/m68hc11/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 9c34d47..2717751 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,12 @@ +2003-08-08 Stephane Carrez <stcarrez@nerim.fr>, + Gary Piercey <gpiercey@northstar-technical.com> + + * m68hc11_sim.c (print_io_word): New function to print 16-bit value. + * sim-main.h (print_io_word): Declare. + * dv-m68hc11tim.c (tmsk1_desc): New description table for TMSK1. + (tflg1_desc): Likewise for TFLG1. + (m68hc11tim_info): Print input and output compare registers + 2003-03-02 Stephane Carrez <stcarrez@nerim.fr> * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE |