From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7895 invoked by alias); 8 Aug 2004 22:15:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7888 invoked from network); 8 Aug 2004 22:15:27 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 8 Aug 2004 22:15:27 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1Btvwq-0006B3-PY; Sun, 08 Aug 2004 18:15:24 -0400 Date: Sun, 08 Aug 2004 22:15:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: guitton@act-europe.fr, gdb-patches@sources.redhat.com, mec.gnu@mindspring.com Subject: Re: [RFA] x86 - jump instruction after the prologue Message-ID: <20040808221524.GB22738@nevyn.them.org> Mail-Followup-To: Mark Kettenis , guitton@act-europe.fr, gdb-patches@sources.redhat.com, mec.gnu@mindspring.com References: <20040419173249.GA22201@act-europe.fr> <20040427163725.GA7319@act-europe.fr> <200404291624.i3TGO7PP003462@elgar.kettenis.dyndns.org> <20040510202721.GB15632@nevyn.them.org> <20040512113101.GA1996@act-europe.fr> <20040808213614.GA20400@nevyn.them.org> <200408082206.i78M6M3u049551@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408082206.i78M6M3u049551@elgar.kettenis.dyndns.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-08/txt/msg00278.txt.bz2 On Mon, Aug 09, 2004 at 12:06:22AM +0200, Mark Kettenis wrote: > Date: Sun, 8 Aug 2004 17:36:15 -0400 > From: Daniel Jacobowitz > > On Wed, May 12, 2004 at 01:31:01PM +0200, Jerome Guitton wrote: > > Daniel Jacobowitz (drow@false.org): > > > > > Also, should we write i386-prologue.c in assembly to avoid this > > > problem? That's what Fred did for SH to avoid a similar difficulty. > > > > Can't we compile this file without debug info? > > Yes indeed, and that fixes it. > > [snip] > > In the mean time, this is a test of a prologue analyzer. Compiling it > without debug information seems reasonable to me. Tested on > i686-pc-linux-gnu, OK? > > Tested on i386-unknown-freebsd4.7 (which uses stabs). Works fine, so > yes OK. Thanks for looking into this. Thanks to both of you; checked in. -- Daniel Jacobowitz