Hi, The following patch adds support for the Lattice Mico32 CPU. Mico32 is an Open Source 32-bit embedded CPU developed by Lattice Semi. I'm happy to be listed as the maintainer of this port. I haven't included patches for the bfd or opcodes directories. They have been sent to the binutils mailing list. Regards, Jon ChangeLog gdb/ 2008-12-15 Jon Beniston * 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 * gdb.asm/asm-source.exp: Add lm32 target. include/gdb/ 2008-12-15 Jon Beniston * sim-lm32.h: New file. sim/ 2008-12-15 Jon Beniston * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim. * configure.ac: Add lm32 target. * lm32: New directory. sim/common 2008-12-15 Jon Beniston * gennltvals.sh: Add lm32 target. * nltvals.def: Add lm32 syscall definitions. sim/lm32/ 2008-12-15 Jon Beniston * 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.