[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Re: relocation overflow
From: |
Daniel Jacobowitz |
Subject: |
[Gcl-devel] Re: relocation overflow |
Date: |
Wed, 20 Nov 2002 13:57:17 -0500 |
User-agent: |
Mutt/1.5.1i |
On Wed, Nov 20, 2002 at 12:01:59PM -0500, Camm Maguire wrote:
> Greetings, and thanks for your reply.
>
> The relocation type is R_PPC_REL24. I've got the failure up now in
> gdb and can backtrace into the bfd library if this would help.
Presumably it won't help - bear in mind, this is a _24-bit_ relocation.
You have to load modules close enough that that suffices, or else you
have to insert trampolines for longer jumps... through a GOT or
whatever.
PowerPC GCC doesn't seem to have a long-calls option, so you're just
out of luck if you can't fit things in 16MB. Trampolines may be the
way to go.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
- [Gcl-devel] relocation overflow, Camm Maguire, 2002/11/19
- Message not available
- [Gcl-devel] Re: relocation overflow, Camm Maguire, 2002/11/20
- [Gcl-devel] Re: relocation overflow,
Daniel Jacobowitz <=
- [Gcl-devel] Re: relocation overflow, Geoff Keating, 2002/11/20
- Re: [Gcl-devel] Re: relocation overflow, Camm Maguire, 2002/11/20
- Re: [Gcl-devel] Re: relocation overflow, Geoff Keating, 2002/11/21
- Re: [Gcl-devel] Re: relocation overflow, Camm Maguire, 2002/11/21
- Re: [Gcl-devel] Re: relocation overflow, Daniel Jacobowitz, 2002/11/21
- Re: [Gcl-devel] Re: relocation overflow, Camm Maguire, 2002/11/21
- Re: [Gcl-devel] Re: relocation overflow, Geoff Keating, 2002/11/21
- Re: [Gcl-devel] Re: relocation overflow, Camm Maguire, 2002/11/20
- Re: [Gcl-devel] Re: relocation overflow, Alan Modra, 2002/11/20
- [Gcl-devel] Re: relocation overflow, Camm Maguire, 2002/11/25