From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Reusch Date: Wed, 15 Dec 2004 13:29:44 -0500 Subject: [U-Boot-Users] Advice about a problem compiling with alternative toolchain In-Reply-To: <41C05C9F.2070502@wiline.com> References: <20041214192445.3FE64C1532@atlas.denx.de> <41BF42A6.4030102@wiline.com> <41C05C9F.2070502@wiline.com> Message-ID: <41C08298.1070502@wiline.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andrew Reusch wrote: > Apparently, the toolchain I built wasn't handling the .rodata.str1.4 > section correctly, it wasn't being subsumed into the .text section. > Instead it was at some low address. What I said was wrong. Is it correct to say that the ".rodata.str1.4" section is realigned or relocated to be part of the ".data" sections by the linker?