From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Thu, 04 Nov 2010 19:42:48 +0100 Subject: [U-Boot] [PATCH V3 1/3] arm926ejs: fix linker file for newer ld support In-Reply-To: <4CD2FD7E.5080309@ahsoftware.de> References: <1288808663-15074-1-git-send-email-albert.aribaud@free.fr> <4CD28A3E.60406@ahsoftware.de> <4CD28EF0.5020506@ahsoftware.de> <4CD2A9A9.4010607@free.fr> <4CD2AB6F.2040507@ahsoftware.de> <4CD2AD5C.3000809@free.fr> <4CD2B2B2.9060902@ahsoftware.de> <4CD2E5BC.8040208@free.fr> <4CD2FD7E.5080309@ahsoftware.de> Message-ID: <4CD2FEA8.8050106@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 04.11.2010 19:37, schrieb Alexander Holler: >> You're still using a locally-built toolchain different from CS and ELDK >> toolhcains that were tested so far, right? There is a warning at the > > Yes, I'm still using Gentoo to compile u-boot native on that board. > >> linker stage in the build log you sent me: >> >> ld: warning: creating a DT_TEXTREL in object. >> >> which I don't have using the CS 2010q1 toolchain. > > This warning comes through one of the patches Gentoo applies to > binutils. That patch can be found inside the archive here: > > ftp://de-mirror.org/distro/gentoo/distfiles/binutils-2.20.1-patches-1.1.tar.bz2 If I read that patch (66_*) correctly, it's the same as when using --warn-shared-textrel in LDFLAGS. Regards, Alexander