This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Recognize various saves in arm_scan_prologue


Richard Earnshaw wrote:
> 
> >
> > This adds to arm_scan_prologue the same insns that my previous
> > patch added to arm_skip_prologue.  Trying to keep 'em in sync...
> >
> > 2002-04-23  Michael Snyder  <msnyder@redhat.com>
> >
> >       * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
> >       loop.  Add handling for "str lr, [sp, #-4]!" and for saves
> >       of argument regs ("str r(0123), [r11, #-nn"]).
> >

Committed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]