From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23926 invoked by alias); 27 Nov 2006 15:05:54 -0000 Received: (qmail 23917 invoked by uid 22791); 27 Nov 2006 15:05:53 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 27 Nov 2006 15:05:46 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Goi3E-0000cI-2O; Mon, 27 Nov 2006 10:05:44 -0500 Date: Mon, 27 Nov 2006 15:05:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: ad more ending-run cases Message-ID: <20061127150544.GA2332@nevyn.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <456AFBB6.2070405@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <456AFBB6.2070405@codesourcery.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2006-11/txt/msg00299.txt.bz2 On Mon, Nov 27, 2006 at 02:52:38PM +0000, Nathan Sidwell wrote: > This patch does several things to ending-run.exp > > 1) flattens the separate expect scripts dealing with whether an extra step > over a '}' was necessary. Several regexps were duplicated, and whether the > step is necessary is an artifact of the compiler's debug data. > > 2) adds a case for ARM RVDS toolchains > > 3) adds a case for m68k (and probably other embedded systems), where > various forms of a 'start' function are used. > > ok? OK. -- Daniel Jacobowitz CodeSourcery