From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12191 invoked by alias); 12 Sep 2009 08:49:28 -0000 Received: (qmail 12182 invoked by uid 22791); 12 Sep 2009 08:49:28 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 12 Sep 2009 08:49:24 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KPU00300OAVF400@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Sat, 12 Sep 2009 11:49:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.50.163]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KPU00GSWOI6C520@i-mtaout7.012.net.il>; Sat, 12 Sep 2009 11:49:19 +0300 (IDT) Date: Sat, 12 Sep 2009 08:49:00 -0000 From: Eli Zaretskii Subject: Re: Support for Xilinx MicroBlaze architecture (1 of 3) In-reply-to: <4AAAA1CF.6080403@eagercon.com> To: Michael Eager Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831vmc1rao.fsf@gnu.org> References: <4AAAA1CF.6080403@eagercon.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00365.txt.bz2 > Date: Fri, 11 Sep 2009 12:15:27 -0700 > From: Michael Eager > > The attached patch adds support for the Xilinx MicroBlaze architecture. > > 2009-09-11 Michael Eager > > * 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.