From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Lungu Date: Fri, 12 Oct 2007 13:20:40 +0300 Subject: [U-Boot-Users] [PATCH] Off-by-two bug when relocating GOT In-Reply-To: <470E9E70.7060508@comsys.ro> References: <470526A4.40903@comsys.ro> <4705B65A.5040206@necel.com> <47061468.5050709@comsys.ro> <47069C03.4070505@corelatus.se> <4706BB27.5050108@comsys.ro> <470E81C4.8080908@ruby.dti.ne.jp> <470E9E70.7060508@comsys.ro> Message-ID: <470F4A78.8080603@comsys.ro> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > >