On Tue, Jun 04, 2002 at 01:01:07AM +0200, Thiemo Seufer wrote: > > > For MIPS64 they definitely do not work, OTOH, including the N32 ABI. > > > > Are they good enough to build 64-bit kernels? > > One simple patch [1] is missing from the release. R_MIPS_HIGHEST relocs > are zeroed out in a few cases where the assembler resolves them itself. > The rest works for me quite nice. Wonderful. Due to the hackish way we're using to build 64-bit kernels for the currently supported targets we don't run into this problems, there are no R_MIPS_HIGHEST relocs ever. Ralf