[fedora-arm] ELF reloc type defines

2013-01-21 Thread Jerry James
Greetings, I've been chasing a build problem with GCL on ARM for some time. Upstream has found what appears to be a solution, with the help of an ARM VM derived from the Fedora 18 Beta image. Thanks for that! Upstream has one problem, though. On the other supported platforms (Debian, various fl

Re: [fedora-arm] ELF reloc type defines

2013-01-21 Thread Jonathan Masters
I will followup on this when back tomorrow. There is no reason we can't handle this. For those curious, this is a v7 relocation used to patch an absolute address being loaded, etc. -- Sent from my iPad On Jan 21, 2013, at 12:09, Jerry James wrote: > Greetings, > > I've been chasing a build

Re: [fedora-arm] ELF reloc type defines

2013-01-22 Thread Petr Machata
Jerry James writes: > Upstream has one problem, though. On the other supported platforms > (Debian, various flavors of BSD), the reloc type defines > (R_ARM_MOVT_ABS, etc.) are available in some userspace header. I see > them in the Llinux kernel sources, in arch/arm/include/asm/elf.h, but > ne

Re: [fedora-arm] ELF reloc type defines

2013-01-22 Thread Jon Masters
Great! Thanks. I wrote up some text on relocations for an aarch64 article...need to finish that and mention 32-bit too. -- Sent from my phone. Please excuse formatting and brevity. Petr Machata wrote: Jerry James writes: > Upstream has one problem, though. On the other supported platforms >