Re: R_PPC_REL24 overflow

2006-04-12 Thread James Lemke
I suppose I should summarize what this problem was in case it's useful to anyone else searching the archives. A buggy cross-build process did not create libc.so. The static linker didn't find libc.so so it silently used libc.a instead. Libc.a is not built with -fPIC so the load problem showed up.

Re: R_PPC_REL24 overflow

2006-03-30 Thread Richard Henderson
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 [EMAIL PROTECTED] # 141 *call_value_nonlocal_sysv/1 [length = 4] And for this, gas generates: R_PPC_REL24

Re: R_PPC_REL24 overflow

2006-03-29 Thread Daniel Jacobowitz
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