From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Lucifredi Date: Mon, 06 Dec 2004 03:35:27 +0000 Subject: [U-Boot-Users] Re: GOT and adresses 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 Hello WD, > I'm not sure what you mean by "customized in gcc". The GNU toolchain > just uses the standard ABI definitions. See section "5. PROGRAM > LOADING AND DYNAMIC LINKING", and especially sub-section "Dynamic > Linking - Global Offset Table" in the PowerPC Processor ABI > Supplement (see http://www.denx.de/twiki/bin/view/Training/MoreInformationMoreLinks > for a link). Yes, I have read that, but u-boot somehow alters the GOT behavior provided by gcc with macros such as GET_GOT. I am not sure why that is necessary, or, in other words, why the macro is there in the first place. -F