This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: R_PPC_REL24 overflow
On Wed, Mar 29, 2006 at 04:51:59PM -0500, Daniel Jacobowitz wrote:
> On Wed, Mar 29, 2006 at 01:53:31PM -0500, James Lemke wrote:
> > The generated asm makes the reference as:
> > bl pthread_mutex_unlock@plt # 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.
Um, no? R_PPC_PLTREL24 should be used.
r~