* i386.cc (Target_i386::do_calls_non_split): Recognize

-fsplit-stack prologue for a function with a static chain.
This commit is contained in:
Ian Lance Taylor 2009-12-23 23:53:43 +00:00
parent 98c5b216c2
commit 1782c879ce
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-12-23 Ian Lance Taylor <iant@google.com>
* i386.cc (Target_i386::do_calls_non_split): Recognize
-fsplit-stack prologue for a function with a static chain.
2009-12-21 Sriraman Tallam <tmsriram@google.com>
* options.cc (General_options::parse_version): Make -v continue and do

View File

@ -2703,7 +2703,9 @@ Target_i386::do_calls_non_split(Relobj* object, unsigned int shndx,
this->set_view_to_nop(view, view_size, fnoffset + 1, 6);
}
// lea NN(%esp),%ecx
else if (this->match_view(view, view_size, fnoffset, "\x8d\x8c\x24", 3)
// lea NN(%esp),%edx
else if ((this->match_view(view, view_size, fnoffset, "\x8d\x8c\x24", 3)
|| this->match_view(view, view_size, fnoffset, "\x8d\x94\x24", 3))
&& fnsize > 7)
{
// This is loading an offset from the stack pointer for a