From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21776 invoked by alias); 8 Aug 2004 21:46:00 -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 21766 invoked from network); 8 Aug 2004 21:45:59 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 8 Aug 2004 21:45:59 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1BtvUD-0006HP-00; Sun, 08 Aug 2004 17:45:49 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id B740D4B102; Sun, 8 Aug 2004 17:45:52 -0400 (EDT) Date: Sun, 08 Aug 2004 21:46:00 -0000 From: Michael Chastain To: guitton@act-europe.fr, drow@false.org Subject: Re: [RFA] x86 - jump instruction after the prologue Cc: kettenis@chello.nl, gdb-patches@sources.redhat.com Message-ID: <41169F10.nail4VL1662QJ@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> In-Reply-To: <20040808213614.GA20400@nevyn.them.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00275.txt.bz2 Daniel Jacobowitz wrote: > 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? Give it 24 hours to see if Mark has anything to say about it. If it's okay with Mark then I approve it. Michael C === 2004-08-08 Daniel Jacobowitz * gdb.arch/i386-prologue.exp: Compile without debug information.