> Andrew Cagney writes: > > Hello, > > > > This patch moves the two identical versions of skip_prologue_using_sal, > > found in both mips-tdep and frv-tdep, into symtab.c (just after > > in_prologue). > > > > need to add #include symtab.h anywhere? There must be an indirect include somewhere :-( Added per coding standard. > > I've also added comments to the two refine_prologue_limit variants > > (found in ia64-tdep and rs6000-tdep) pointing at the new code. > > > > superseded > > > comments? symtab ok? > > ok for me. Fixed, attached is what I've committed. Andrew