[PATCH] Add LM32 simulator

Jon Beniston jon@beniston.com
Wed Apr 15 18:12:00 GMT 2009


Hi,

The attach patch adds simulator support for Lattice Mico32 (lm32)
architecture. The gdb part of the patch is here:

http://sourceware.org/ml/gdb-patches/2009-04/msg00336.html

Cheers,
Jon

ChangeLog

include/gdb/
2009-04-15  Jon Beniston <jon@beniston.com>

        * sim-lm32.h: New file.

sim/
2009-04-15  Jon Beniston <jon@beniston.com>

        * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
        * configure.ac: Add lm32 target. 
        * lm32: New directory.               

sim/common
2009-04-15  Jon Beniston <jon@beniston.com>

        * gennltvals.sh: Add lm32 target.
        * nltvals.def: Add lm32 syscall definitions. 
        
sim/lm32/
2009-04-15  Jon Beniston <jon@beniston.com>

        * Makefile.in: New file.
        * arch.c: New file.
        * arch.h: New file.
        * config.in: New file.
        * configure: New file.
        * configure.ac: New file.
        * cpu.c: New file.
        * cpu.h: New file.
        * cpuall.h: New file.
        * decode.c: New file.
        * decode.h: New file.
        * dv-lm32cpu.c: New file.
        * dv-lm32timer.c: New file.
        * dv-lm32uart.c: New file.
        * lm32.c: New file.
        * lm32-sim.h: New file.
        * mloop.in: New file.
        * model.c: New file.
        * sem.c: New file.
        * sem-switch.c: New file.
        * sim-if.c: New file.
        * sim-main.c: New file.
        * tconfig.in: New file.
        * traps.c: New file.
        * user.c: New file.
 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lm32.patch.3
Type: application/octet-stream
Size: 245751 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20090415/6d7ed06b/attachment.obj>


More information about the Gdb-patches mailing list