This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Patch 2/7]: 68HC11 port of gdb (sim)


Hi!

This patch represents the 68hc11 simulator. I've compressed the patch
because there are the following new files:

gdb/sim/m68hc11/ChangeLog
gdb/sim/m68hc11/config.in
gdb/sim/m68hc11/configure.in
gdb/sim/m68hc11/dv-m68hc11.c
gdb/sim/m68hc11/dv-m68hc11eepr.c
gdb/sim/m68hc11/dv-m68hc11sio.c
gdb/sim/m68hc11/dv-m68hc11spi.c
gdb/sim/m68hc11/dv-m68hc11tim.c
gdb/sim/m68hc11/dv-nvram.c
gdb/sim/m68hc11/emulos.c
gdb/sim/m68hc11/gencode.c
gdb/sim/m68hc11/interp.c
gdb/sim/m68hc11/interrupts.c
gdb/sim/m68hc11/interrupts.h
gdb/sim/m68hc11/m68hc11_sim.c
gdb/sim/m68hc11/sim-main.h                                                  

The file gdb/sim/m68hc11/dv-nvram.c is the non-volatile ram emulation.
This implementation is rather generic. It is in no way
dependent of the 68hc11. May be some day, it would be good
to move it to some common place.

There is a ChangeLog file in gdb/sim/m68hc11. It contains my ChangeLogs
starting from May 1999.

	Stephane

Here is the ChangeLog for gdb/sim.

2000-06-25  Stephane Carrez  <stcarrez@worldnet.fr>

	* configure.in: Recognize m68hc11 target.
	* configure: Regenerate.

sim-m68hc11.diffs.gz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]