This is the mail archive of the gdb-patches@sources.redhat.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]

Re: [Patch 3/7]: 68HC11 port of gdb (sim-16bit support)


Stephane Carrez wrote:
> 
> Hi!
> 
> The following patch adds support for 16-bit targets in the simulator
> common framework.
> 
>         Stephane
> 
> The ChangeLog for gdb/sim/common/ChangeLog is
> 
> 2000-06-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
> 
>         * sim-bits.h (_MSB_16, _LSB_16): Define for 16-bit targets.
>         (MASK, LSBIT, MSBIT): Likewise and use _MSB_16 and _LSB_16.
>         (EXTENDED): Define for 16-bit word size.
>         * sim-bits.c (LSEXTRACTED, MSEXTRACTED, LSINSERTED,
>         MSINSERTED, LSSEXT, MSSEXT): Implement for 16-bit word size.
>         * sim-types.h: Added support for 16-bit targets.

I've checked this in.  Thanks!

Could I suggest you go through sim/testsuite/common/* and check/update
those tests (if needed).  If you're wondering, use:

	$  cd sim/testsuite/common
	$  gmake -f Makefile.in

to run them (the are not currently integrated into the sim testsuite).

	Andrew

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