From: | Frank Wille |
Date: | 14 Aug 2001 at 18:47:31 |
Subject: | Re: Elf2exe2 error? |
Tim Hanson wrote:
> Anyone got an explaination of this error from elf2exe2 working on an elf
> file output from ppc-amigaos-g++?
>
>
> Error: Unknown Reloc-Type : 26, .L124 in Section .rela.rodata !
> [...]
I don't use gcc, but reloc type 26 is R_PPC_REL32, which is a
PC-relative 32-bit relocation. There is no PPC instruction which
could produce such a relocation, but it could occur in your
data (although I have never seen it before).
Obviously the author of elf2exe2 didn't take this into account.