On Tue, Jun 12, 2001 at 09:11:51PM +0200, Ralf Baechle wrote: > On Tue, Jun 12, 2001 at 09:40:55AM -0700, H . J . Lu wrote: > > > FYI, my glibc includes > > > > * sysdeps/mips/dl-machine.h (MAP_BASE_ADDR): Commented out. > > That means elf/dl-load.c will assume zero for the load address. That will > crash static programs which expect a value of 0x5ffe0000 and are trying to > dlopen a shared library which uses a different value. Most popular > example is rpm. So we need to keep ``#define MAP_BASE_ADDR(l) 0x5ffe0000'' > in there until we've got a real fix, unfortunately. > > ABI requires us to properly support DT_MIPS_BASE_ADDRESS, so that needs > to fixed for real anyway ... > Please provide me some testcases. I will look into them. H.J.