From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Thu, 14 Feb 2013 11:59:36 +0100 Subject: [U-Boot] [RFC] [PATCH] Avoid R_ARM_ABS32 for bss start and end references -- tester(s) needed for non-ARM architectures also In-Reply-To: <20130214113157.1e2729bb@lilith> References: <1360690047-26599-1-git-send-email-albert.u.boot@aribaud.net> <20130214001724-12906@mutt-kz> <20130214091059.5df45b00@lilith> <511CA39A.4040200@gmail.com> <20130214113157.1e2729bb@lilith> Message-ID: <511CC398.7060904@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On 02/14/2013 11:31 AM, Albert ARIBAUD wrote: > Hi Andreas, > > On Thu, 14 Feb 2013 09:43:06 +0100, "Andreas Bie?mann" > wrote: > >> Hi Albert, >> >> On 02/14/2013 09:10 AM, Albert ARIBAUD wrote: >> I can on AVR32, would you provide the linker script (atstk1002 >> preferred, but AFAIR all AVR32 targets use the same linker script)? > > Yes, there is a single linker script for AVR. Do you have a URL handy > for the AVR toolchain you're using? No, I use a self patched OSELAS toolchain, I like to push the changes mainline but haven't managed yet. I know buildroot and openwrt has toolchain support for avr32 and AFAIR Mike Frysinger has a set of pre-compiled toolchains including a AVR32 one [1]. > >> I think we should apply this change on top of "Refactor linker-generated >> arrays", am I right? > > It uses the same methods as the linker lists one, and eventually it > will be part of the series, but it is autonomous -- no need to apply > anything else. Ok. Best regards Andreas Bie?mann [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/117404