From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25037 invoked by alias); 6 Oct 2003 21:53:01 -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 24947 invoked from network); 6 Oct 2003 21:52:58 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 6 Oct 2003 21:52:58 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h96LquFY000315; Mon, 6 Oct 2003 23:52:56 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h96Lqu4i000618; Mon, 6 Oct 2003 23:52:56 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id h96Lquho000615; Mon, 6 Oct 2003 23:52:56 +0200 (CEST) Date: Mon, 06 Oct 2003 21:53:00 -0000 Message-Id: <200310062152.h96Lquho000615@elgar.kettenis.dyndns.org> From: Mark Kettenis To: schwab@suse.de CC: gdb-patches@sources.redhat.com In-reply-to: (message from Andreas Schwab on Mon, 06 Oct 2003 23:23:56 +0200) Subject: Re: Improvement to i386_analyze_frame_setup References: X-SW-Source: 2003-10/txt/msg00132.txt.bz2 From: Andreas Schwab Date: Mon, 06 Oct 2003 23:23:56 +0200 This patch improves the i386 frame setup analyzer by recognizing one more case that GCC might generate. Andreas. 2003-10-06 Andreas Schwab * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl with %eax. Looks OK to me. Please check this in. Mark