On Fri, 5 Jan 2001, Philip Blundell wrote: > I've set a build of 4.0.2-1 going on medusa, with a few hacks in elfloader.c > to select Rel rather than Rela relocs for ARM. It's in ~philb/x if you want > to take a look. Probably won't finish until tomorrow sometime.
This bombed out in elfloader.c, unfortunately: elfloader.c: In function `Elf_RelocateEntry': elfloader.c:2067: `R_ARM_ABS32' undeclared (first use in this function) elfloader.c:2067: (Each undeclared identifier is reported only once elfloader.c:2067: for each function it appears in.) elfloader.c:2080: `R_ARM_REL32' undeclared (first use in this function) elfloader.c:2068: warning: unreachable code at beginning of switch statement presumably because the relevant relocation-macro definitions were missing from X's own elf.h. I'll add them and set it going again? c.