On Wed, Mar 29, 2006 at 01:53:31PM -0500, James Lemke wrote:
> The generated asm makes the reference as:
> bl [EMAIL PROTECTED]      # 141  *call_value_nonlocal_sysv/1 [length = 4]
> 
> And for this, gas generates:
> R_PPC_REL24      __pthread_mutex_lock
> 
> Can anyone help clarify what is / should be going on here?

All fine so far.  Then, ld should resolve the branch to point to a PLT
entry - you want to figure out why that isn't happening and the branch
is being output into the shared library.

-- 
Daniel Jacobowitz
CodeSourcery

Reply via email to