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/mips] merge mips32_skip_prologue into mips32_scan_prologue


> >2004-10-11  Joel Brobecker  <brobecker@gnat.com>
> >
> >        * mips-tdep.c (mips32_scan_prologue): Merge code from
> >        mips32_skip_prologue.  Now return the address of the first
> >        instruction past the function prologue.
> >        (mips32_skip_prologue): Remove.  No longer necessary.
> >        (mips16_skip_prologue): Add parameter end_pc instead of
> >        computing it.
> >        (mips_skip_prologue): Compute the upper limit for the
> >        prologue scanning. Update call to mips16_skip_prologue.
> >        Replace call to mips32_skip_prologue by call to
> >        mips32_scan_prologue.

> Yes, and also ok to follow-on patches at this incremental level.

Thanks! This one has been committed. I will work on the mips16
equivalent, and then look at the couple of items raised in this
thread.

-- 
Joel


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