This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: PATCH: target/19520: protected function pointer doesn't work right


On Thu, Jan 20, 2005 at 02:56:47PM -0800, H. J. Lu wrote:
> The issue is the function address of a protected function isn't
> necessarily the same as the address of the function body nor has to
> be in the same DSO where the function is defined. In that case, the
> only optimization we can do is to skip PLT when branch. This
> patch marks if a symbol is protected and also treats a protected
> function as normal. But it will skip PLT when generating the branch
> instruction.

Is there clear documentation of these very odd semantics somewhere? 
How about test cases?

-- 
Daniel Jacobowitz


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