[PATCH] Add support for the Lattice Mico32 (LM32) architecture

Jon Beniston jon@beniston.com
Mon Dec 22 12:06:00 GMT 2008


Hi,
 
The attached patch superceeds the patch I sent last week to add support for
Lattice Mico32. It fixes a bug and addresses some comments I have received
with regard to copyright headers etc.

Cheers,
Jon

ChangeLog

gdb/
2008-12-15  Jon Beniston <jon@beniston.com>
        
        * MAINTAINERS: Add Jon Beniston as lm32 maintainer.        
        * Makefile.in: Add lm32 dependencies.        
        * NEWS: Indicate lm32 is a new target.
        * configure.tgt: Add lm32 targets.
        * lm32-linux-tdep.c: New file.
        * lm32-linux-tdep.h: New file.        
        * lm32-tdep.c: New file.

gdb/testsuite
2008-12-15  Jon Beniston <jon@beniston.com>

        * gdb.asm/asm-source.exp: Add lm32 target.

include/gdb/
2008-12-15  Jon Beniston <jon@beniston.com>

        * sim-lm32.h: New file.

sim/
2008-12-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
2008-12-15  Jon Beniston <jon@beniston.com>

        * gennltvals.sh: Add lm32 target.
        * nltvals.def: Add lm32 syscall definitions. 
        
sim/lm32/
2008-12-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
Type: application/octet-stream
Size: 308178 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20081222/e0ec6277/attachment.obj>


More information about the Gdb-patches mailing list