OSDN Git Service

* reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
authorian <ian>
Thu, 11 Mar 2010 10:10:53 +0000 (10:10 +0000)
committerian <ian>
Thu, 11 Mar 2010 10:10:53 +0000 (10:10 +0000)
commitcb31526a61fd90fd581a1c711399eb1a668e4112
tree79dad68bab8fb509c7a4e995fc18d2544aca3e6d
parent240a04823ea1b4a437f174d5894f775994f2a02f
* reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
target to ask whether a reference to a symbol requires a stack
split.
* target.h (Target::is_call_to_non_split): New function.
(Target::do_is_call_to_non_split): Declare virtual function.
* target.cc: Include "symtab.h".
(Target::do_is_call_to_non_split): New function.
* i386.cc (Target_i386::do_is_call_to_non_split): New function.
gold/ChangeLog
gold/i386.cc
gold/reloc.cc
gold/target.cc
gold/target.h