From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Brobecker To: Kevin Buettner Cc: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix small problems in rs6000-tdep.c:skip_prologue() Date: Sat, 15 May 2004 06:00:00 -0000 Message-id: <20040515060024.GI10684@gnat.com> References: <20040402183637.GC871@gnat.com> <20040417051545.GO22414@gnat.com> <20040508001600.GH16083@gnat.com> <20040514170539.4727eec9@saguaro> X-SW-Source: 2004-05/msg00440.html > > > > 2004-04-16 Joel Brobecker > > > > > > > > * rs6000-tdep.c (store_param_on_stack_p): New function, > > > > an improved version of some code extracted from skip_prologue(). > > > > (skip_prologue): Use store_param_on_stack_p() to detect > > > > instructions saving a parameter on the stack. Detect when r0 > > > > is used to save a parameter. > > > > Do not mark "li rx, SIMM" instructions as part of the prologue, > > > > unless the following instruction is also part of the prologue. > > Joel, your revised patch is approved. Thanks a lot. I've checked the patch in. -- Joel