From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12390 invoked by alias); 6 Oct 2009 07:14:58 -0000 Received: (qmail 12382 invoked by uid 22791); 6 Oct 2009 07:14:57 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout3.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Oct 2009 07:14:52 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KR300M00046LG00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Tue, 06 Oct 2009 09:14:49 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.224.43]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KR3005V404MU380@i_mtaout3.012.net.il>; Tue, 06 Oct 2009 09:14:49 +0200 (IST) Date: Tue, 06 Oct 2009 07:14:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Support for Xilinx MicroBlaze In-reply-to: <4ACA9EE8.1040007@eagercon.com> To: Michael Eager Cc: gdb-patches@sourceware.org, brobecker@adacore.com Reply-to: Eli Zaretskii Message-id: <83ab05nggh.fsf@gnu.org> References: <4ACA9EE8.1040007@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-10/txt/msg00119.txt.bz2 > Date: Mon, 05 Oct 2009 18:35:36 -0700 > From: Michael Eager > CC: Joel Brobecker , Eli Zaretskii > > Revised patch. I believe that I have addressed all of the comments. > > 2009-10-05 Michael Eager > > * config/djgpp/fnchange.lst: Add translations for cpu-microblaze.c, > elf32-microblaze.c, microblaze-rom.c, microblaze-linux-tdep.c, > microblaze-tdep.h, microblaze-tdep.c, microblaze-opc.h, microblaze-opcm.h, > microblaze-dis.c, microblaze-dis.h, sim/microblaze, microblaze.h, and > microblaze.isa. > * 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. > HFILES_NO_SRCDIR: Add microblaze-tdep.h. > * microblaze-linux-tdep.c: New. > * microblaze-rom.c: New. > * microblaze-tdep.c: New. > * microblaze-tdep.h: New. > * NEWS: Announce Xilinx MicroBlaze support. Thanks. The changes to fnchange.lst, NEWS and gdb.texinfo are approved. However, please note that gdb/doc has its own ChangeLog file, so the entry for gdb.texinfo should go there, not in gdb/ChangeLog. Also, the entry you put in gdb/doc/ChangeLog should state the name of the node where you added your text, see the other entries there for examples.