From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31676 invoked by alias); 13 Jul 2007 03:17:24 -0000 Received: (qmail 31667 invoked by uid 22791); 13 Jul 2007 03:17:24 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Jul 2007 03:17:22 +0000 Received: (qmail 27242 invoked from network); 13 Jul 2007 03:17:20 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Jul 2007 03:17:20 -0000 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] mep-tdep.c: prologue analyzer update References: <20070712170147.3586c1bd@ironwood.lan> From: Jim Blandy Date: Fri, 13 Jul 2007 03:17:00 -0000 In-Reply-To: <20070712170147.3586c1bd@ironwood.lan> (Kevin Buettner's message of "Thu, 12 Jul 2007 17:01:47 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2007-07/txt/msg00202.txt.bz2 Kevin Buettner writes: > I've just committed the patch below. It fixes a gdb.base/break.exp > failure when using a gcc-4.x based compiler. (See the comment in the > patch for a full explanation.) The comment might want to mention why we should only do this for forward branches. :)