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: Support for Xilinx MicroBlaze architecture (1 of 3)


> Date: Fri, 11 Sep 2009 12:15:27 -0700
> From: Michael Eager <eager@eagercon.com>
> 
> The attached patch adds support for the Xilinx MicroBlaze architecture.
> 
> 2009-09-11  Michael Eager <eager@eagercon.com>
> 
> 	* configure.tgt:  Add targets microblaze*-linux-*, microblaze*-xilinx-*.
> 	* doc/gdb.texinfo: Add MicroBlaze.
> 	* MAINTAINERS: Add self as maintainer for MicroBlaze.
> 	* Makefile.in: Build microblaze-tdep.o, microblaze-linux-tdep.o.
> 	* microblaze-linux-tdep.c: New.
> 	* microblaze-rom.c: New.
> 	* microblaze-tdep.c: New.
> 	* microblaze-tdep.h: New.
> 	* opcodes/microblaze-dis.c: Rewrite.
> 	* opcodes/microblaze-opc.h: Rewrite.
> 	* opcodes/microblaze-opcm.h: Rewrite.
> 	* sim/configure.ac: Add target microblaze-*-*.
> 	* sim/configure: Regenerate.
> 	* sim/microblaze/config.in: New.
> 	* sim/microblaze/configure.ac: New.
> 	* sim/microblaze/configure: Generate.
> 	* sim/microblaze/interp.c: New.
> 	* sim/microblaze/Makefile.in: New.
> 	* sim/microblaze/microblaze.h: New.
> 	* sim/microblaze/microblaze.isa: New.
> 	* sim/microblaze/sim-main.h: New.
> 	* sim/microblaze/sysdep.h: New.

If this is accepted, we will need a short NEWS entry for this new
feature.

Thanks.


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