From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2313 invoked by alias); 14 Sep 2009 17:04:15 -0000 Received: (qmail 2157 invoked by uid 22791); 14 Sep 2009 17:04:14 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Sep 2009 17:04:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0E4152BAB67; Mon, 14 Sep 2009 13:04:05 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PNXXB1gXj8Yo; Mon, 14 Sep 2009 13:04:04 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CAAFB2BAB53; Mon, 14 Sep 2009 13:04:04 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8068AF589B; Mon, 14 Sep 2009 10:03:59 -0700 (PDT) Date: Mon, 14 Sep 2009 17:04:00 -0000 From: Joel Brobecker To: Michael Eager Cc: "gdb-patches@sourceware.org" Subject: Re: Support for Xilinx MicroBlaze architecture (1 of 3) Message-ID: <20090914170359.GI8327@adacore.com> References: <4AAAA1CF.6080403@eagercon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AAAA1CF.6080403@eagercon.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00411.txt.bz2 Michael, > 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. I will look at this part. > * opcodes/microblaze-dis.c: Rewrite. > * opcodes/microblaze-opc.h: Rewrite. > * opcodes/microblaze-opcm.h: Rewrite. This part is maintained by binutils. Can you send the patch there? > * 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. This part should be independent from the GDB part. Can you separate it out and copy Ben Elliston and Frank Ch. Eigler, asking them for review? Thanks, -- Joel