hello, I have a doubt w.r.t. Linux on mips. in mips there is a instruction jal which jumps across 256 MB boundry. but this is a restriction as shared text (libraries) and private text (program's text) should be located within 256 MB boundry. Is it true ?? how this problem is solved in linux ??? Thanks Aditya