From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15522 invoked by alias); 7 May 2009 18:35:19 -0000 Received: (qmail 15496 invoked by uid 22791); 7 May 2009 18:35:16 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 May 2009 18:33:50 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KJA00400DUJSZ00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Thu, 07 May 2009 21:32:58 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.73.80]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KJA007MIE6XEOD0@i-mtaout1.012.net.il>; Thu, 07 May 2009 21:32:58 +0300 (IDT) Date: Thu, 07 May 2009 18:35:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add support for the Lattice Mico32 (LM32) architecture In-reply-to: <20090507164853.GD659@adacore.com> To: Joel Brobecker Cc: jon@beniston.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eiv0daqb.fsf@gnu.org> References: <266F97CB7CD14C6899877E7D69AA2030@bibi> <20090207041443.GG3676@adacore.com> <26720080D2924381A7049C33A9DEB225@bibi> <20090507164853.GD659@adacore.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-05/txt/msg00158.txt.bz2 > Date: Thu, 7 May 2009 09:48:53 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > 2009-04-15 Jon Beniston > > > > * MAINTAINERS: Add lm32 target. > > * Makefile.in: Add lm32 dependencies. > > * NEWS: Indicate lm32 is a new target. > > * configure.tgt: Add lm32 targets. > > * lm32-tdep.c: New file. > > > > gdb/testsuite > > 2009-04-15 Jon Beniston > > > > * gdb.asm/asm-source.exp: Add lm32 target. > > This looks good overall. I just had one tiny observation. Please also > double-check with Eli that the NEWS update is OK. I approved it back then.