This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFC] TI MSP430 simulator


Hi Mike,

  [This is another piece of code that was written by DJ, but which is
  being contributed whilst he is on vacation].

  I have attached a patch which I hope addresses all of your concerns.
  Actually make that "most of your concerns".  The issue of code
  duplication in files like trace.c has not been addressed.  I agree
  that this is a sad state of affairs.  It looks to me like the
  simulator sources as a whole could use a good spring clean.

  How do you feel about this version ?

Cheers
  Nick

sim/ChangeLog:

	* msp430: New Directory.
	* configure.tgt: Add it.
	* configure: Regenerate.

sim/common/ChangeLog:

	* gennltvals.sh: Add msp430 support.
	* nltvals.def: Regenerate.

sim/msp430/ChangeLog:

	* Makefile.in: New.
	* aclocal.m4: Generate.
	* config.in: Generate.
	* configure.ac: New.
	* configure: Generate.
	* msp430-sim.c: New.
	* msp430-sim.h: New.
	* sim-main.h: New.
	* trace.c: New.
	* trace.h: New.

Attachment: msp430-sim.patch.bz2
Description: BZip2 compressed data


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