Vlad Lungu wrote: > I can also send you a patch with _gp != __got_start , and if you don't > Actually, __got_start should be read as _GLOBAL_OFFSET_TABLE_ here. > load $gp with _gp but with __got_start, it will crash and > burn when doing > > /* Initialize any external memory. > */ > la t9, lowlevel_init > jalr t9 > >