From mboxrd@z Thu Jan 1 00:00:00 1970 From: calvin Date: Fri, 05 Nov 2004 19:09:23 +0530 Subject: [U-Boot-Users] GOT pointer in U-boot Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I understand that global pointer is adjusted with respect to end of u-boot data. But there is a reference to GLOBAL_OFFSET_TABLE in cpu/mips/start.S whose contents are assigned to "gp" in the code. My code does not have the memory location which gp points to ? How should I find out what should be the contents of gp ? README file does mention the use of global pointers but it does not have a reference to GOT pointer. Thanks and regards, Pooja