From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27504 invoked by alias); 1 May 2009 03:20:28 -0000 Received: (qmail 27495 invoked by uid 22791); 1 May 2009 03:20:27 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_93 X-Spam-Check-By: sourceware.org Received: from smtpauth18.prod.mesa1.secureserver.net (HELO smtpauth18.prod.mesa1.secureserver.net) (64.202.165.31) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 01 May 2009 03:20:23 +0000 Received: (qmail 14194 invoked from network); 1 May 2009 03:20:21 -0000 Received: from unknown (64.202.165.31) by smtpauth18.prod.mesa1.secureserver.net (64.202.165.31) with ESMTP; 01 May 2009 03:20:21 -0000 Subject: Re: PATCH: new gdb port: moxie-elf From: Anthony Green To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: <20090423182851.GC7552@adacore.com> References: <20090423045725.aaa2c6acbe2fcbd4897bea2c255aade5.61d9530215.wbe@email03.secureserver.net> <20090423182851.GC7552@adacore.com> Content-Type: text/plain Date: Fri, 01 May 2009 03:20:00 -0000 Message-Id: <1241148021.10451.43.camel@dev.moxielogic.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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/msg00003.txt.bz2 On Thu, 2009-04-23 at 11:28 -0700, Joel Brobecker wrote: > > > +moxie-*-elf) > > + gdb_target_obs="moxie-tdep.o" > > + gdb_sim=../sim/moxie/libsim.a > > The second line means that you won't be able to build for moxie-elf > unless the simulator part is approved and checked in. If getting > the sim parts in takes a bit of time, you may elect to keep that > line out of the patch, and resubmit it later, after the sim patch > is in. The simulator is in now, so I'm committing the following obvious patch. AG 2009-04-30 Anthony Green * configure.tgt: Link the moxie simulator in with gdb. Index: configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.216 diff -u -r1.216 configure.tgt --- configure.tgt 30 Apr 2009 03:04:28 -0000 1.216 +++ configure.tgt 1 May 2009 03:18:00 -0000 @@ -116,8 +116,7 @@ moxie-*-elf) gdb_target_obs="moxie-tdep.o" - # Add this once the moxie sim has been committed. - # gdb_sim=../sim/moxie/libsim.a + gdb_sim=../sim/moxie/libsim.a ;; h8300-*-*)