This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: Improvement to i386_analyze_frame_setup
- From: Mark Kettenis <kettenis at chello dot nl>
- To: schwab at suse dot de
- Cc: gdb-patches at sources dot redhat dot com
- Date: Mon, 6 Oct 2003 23:52:56 +0200 (CEST)
- Subject: Re: Improvement to i386_analyze_frame_setup
- References: <je3ce6njpv.fsf@sykes.suse.de>
From: Andreas Schwab <schwab@suse.de>
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 <schwab@suse.de>
* i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
with %eax.
Looks OK to me. Please check this in.
Mark