Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-04-07 Thread Albert ARIBAUD
Hi Andreas, On Mon, 27 Jan 2014 05:48:11 +0100, Andreas Färber wrote: > Avoids "could not find output section .gnu.hash" ld.bfd errors on openSUSE. > > Cc: Albert Aribaud > Cc: Tom Rini > Signed-off-by: Andreas Färber > --- > More changes like this may be needed, but these I compile-tested

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-24 Thread Simon Glass
On 26 January 2014 20:48, Andreas Färber wrote: > Avoids "could not find output section .gnu.hash" ld.bfd errors on openSUSE. > > Cc: Albert Aribaud > Cc: Tom Rini > Signed-off-by: Andreas Färber Acked-by: Simon Glass Tested on snow Tested-by: Simon Glass before: $ crosfw -b daisy Config

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-19 Thread Albert ARIBAUD
Hi Lukasz, On Fri, 14 Mar 2014 08:37:00 +0100, Lukasz Majewski wrote: > Hi Albert, > > > Hi Lukasz, > > > > On Thu, 13 Mar 2014 16:43:09 +0100, Lukasz Majewski > > wrote: > > > > > I can report the same issue with OBS build of u-boot. > > > > > > When u-boot is build with qemu emulated envi

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-14 Thread Lukasz Majewski
Hi Albert, > Hi Lukasz, > > On Thu, 13 Mar 2014 16:43:09 +0100, Lukasz Majewski > wrote: > > > I can report the same issue with OBS build of u-boot. > > > > When u-boot is build with qemu emulated environment with gcc-4.8.2 > > (native armv7l toolchain) in the OBS it needs patch prepared by >

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-13 Thread Albert ARIBAUD
Hi Lukasz, On Thu, 13 Mar 2014 16:43:09 +0100, Lukasz Majewski wrote: > I can report the same issue with OBS build of u-boot. > > When u-boot is build with qemu emulated environment with gcc-4.8.2 > (native armv7l toolchain) in the OBS it needs patch prepared by Andreas. Hmm, ok, so maybe I ca

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-13 Thread Lukasz Majewski
Hi Albert, Andreas, > Hi Andreas, > > On Sun, 09 Mar 2014 21:52:44 +0100, Andreas Färber > wrote: > > > Hi, > > > > Am 09.03.2014 21:34, schrieb Albert ARIBAUD: > > > On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber > > > wrote: > > >> Am 09.03.2014 21:05, schrieb Albert ARIBAUD: > > >>> On

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-10 Thread Albert ARIBAUD
Hi Andreas, On Sun, 09 Mar 2014 21:52:44 +0100, Andreas Färber wrote: > Hi, > > Am 09.03.2014 21:34, schrieb Albert ARIBAUD: > > On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber > > wrote: > >> Am 09.03.2014 21:05, schrieb Albert ARIBAUD: > >>> On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBA

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Andreas Färber
Hi, Am 09.03.2014 21:34, schrieb Albert ARIBAUD: > On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber > wrote: >> Am 09.03.2014 21:05, schrieb Albert ARIBAUD: >>> On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD >>> wrote: On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber wrote: >>>

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Albert ARIBAUD
Hi Andreas, On Sun, 09 Mar 2014 21:22:34 +0100, Andreas Färber wrote: > Am 09.03.2014 21:05, schrieb Albert ARIBAUD: > > On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD > > wrote: > > > >> Hi Andreas, > >> > >> (seems an answer from me yesterday didn't make it out of the NSA > >> interceptor

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Andreas Färber
Am 09.03.2014 21:05, schrieb Albert ARIBAUD: > On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD > wrote: > >> Hi Andreas, >> >> (seems an answer from me yesterday didn't make it out of the NSA >> interceptors...) >> >> On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber >> wrote: >> >>> Am 02.03

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-09 Thread Albert ARIBAUD
On Mon, 3 Mar 2014 08:00:52 +0100, Albert ARIBAUD wrote: > Hi Andreas, > > (seems an answer from me yesterday didn't make it out of the NSA > interceptors...) > > On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber > wrote: > > > Am 02.03.2014 21:57, schrieb Andreas Färber: > > > Hi Albert, >

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/2014 03:41 AM, Richard Biener wrote: > On Sun, 2 Mar 2014, Andreas Färber wrote: > >> Am 02.03.2014 21:57, schrieb Andreas Färber: >>> Hi Albert, >>> >>> Am 02.03.2014 20:15, schrieb Albert ARIBAUD: Hi Andreas, On Sun, 02 Mar 2

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Albert ARIBAUD
Hi Andreas, (seems an answer from me yesterday didn't make it out of the NSA interceptors...) On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber wrote: > Am 02.03.2014 21:57, schrieb Andreas Färber: > > Hi Albert, > > > > Am 02.03.2014 20:15, schrieb Albert ARIBAUD: > >> Hi Andreas, > >> > >>

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Albert ARIBAUD
Hi Andreas, On Sun, 02 Mar 2014 18:57:14 +0100, Andreas Färber wrote: > Hi Albert, > > Am 22.02.2014 14:27, schrieb Albert ARIBAUD: > > Hi Albert, > > > > On Thu, 13 Feb 2014 12:39:07 +0100, Albert ARIBAUD > > wrote: > > > >> Hi Andreas, > >> > >> On Mon, 27 Jan 2014 19:46:03 +0100, Andreas

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Richard Biener
On Sun, 2 Mar 2014, Andreas Färber wrote: > Am 02.03.2014 21:57, schrieb Andreas Färber: > > Hi Albert, > > > > Am 02.03.2014 20:15, schrieb Albert ARIBAUD: > >> Hi Andreas, > >> > >> On Sun, 02 Mar 2014 18:57:14 +0100, Andreas Färber > >> wrote: > >> > >>> Hi Albert, > >>> > >>> Am 22.02.2014 1

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Andreas Färber
Am 02.03.2014 21:57, schrieb Andreas Färber: > Hi Albert, > > Am 02.03.2014 20:15, schrieb Albert ARIBAUD: >> Hi Andreas, >> >> On Sun, 02 Mar 2014 18:57:14 +0100, Andreas Färber >> wrote: >> >>> Hi Albert, >>> >>> Am 22.02.2014 14:27, schrieb Albert ARIBAUD: On Thu, 13 Feb 2014 12:39:07 +01

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/02/2014 05:00 PM, Andreas Färber wrote: > Am 02.03.2014 21:57, schrieb Andreas Färber: >> Hi Albert, >> >> Am 02.03.2014 20:15, schrieb Albert ARIBAUD: >>> Hi Andreas, >>> >>> On Sun, 02 Mar 2014 18:57:14 +0100, Andreas Färber >>> wrote: >>> >>>

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Andreas Färber
Hi Albert, Am 22.02.2014 14:27, schrieb Albert ARIBAUD: > Hi Albert, > > On Thu, 13 Feb 2014 12:39:07 +0100, Albert ARIBAUD > wrote: > >> Hi Andreas, >> >> On Mon, 27 Jan 2014 19:46:03 +0100, Andreas Färber >> wrote: >> >>> Hello, >>> >>> Am 27.01.2014 15:24, schrieb Wolfgang Denk: In mes

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Albert ARIBAUD
Hi Andreas, (seems an answer from me yesterday didn't make it out of the NSA interceptors...) On Sun, 02 Mar 2014 23:00:19 +0100, Andreas Färber wrote: > Am 02.03.2014 21:57, schrieb Andreas Färber: > > Hi Albert, > > > > Am 02.03.2014 20:15, schrieb Albert ARIBAUD: > >> Hi Andreas, > >> > >>

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-03-03 Thread Andreas Färber
Hi Albert, Am 02.03.2014 20:15, schrieb Albert ARIBAUD: > Hi Andreas, > > On Sun, 02 Mar 2014 18:57:14 +0100, Andreas Färber > wrote: > >> Hi Albert, >> >> Am 22.02.2014 14:27, schrieb Albert ARIBAUD: >>> On Thu, 13 Feb 2014 12:39:07 +0100, Albert ARIBAUD >>> wrote: >>> Can you point me t

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-02-22 Thread Albert ARIBAUD
Hi Albert, On Thu, 13 Feb 2014 12:39:07 +0100, Albert ARIBAUD wrote: > Hi Andreas, > > On Mon, 27 Jan 2014 19:46:03 +0100, Andreas Färber > wrote: > > > Hello, > > > > Am 27.01.2014 15:24, schrieb Wolfgang Denk: > > > In message <1390798091-24747-1-git-send-email-afaer...@suse.de> you wrote:

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-02-13 Thread Albert ARIBAUD
Hi Andreas, On Mon, 27 Jan 2014 19:46:03 +0100, Andreas Färber wrote: > Hello, > > Am 27.01.2014 15:24, schrieb Wolfgang Denk: > > In message <1390798091-24747-1-git-send-email-afaer...@suse.de> you wrote: > >> Avoids "could not find output section .gnu.hash" ld.bfd errors on openSUSE. > >> > >

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-01-28 Thread Wolfgang Denk
Dear Andreas Färber, In message <52e7b855.2080...@suse.de> you wrote: > > > Do I understand you correctly that this fixes a _build_ error? So we > > can assume as long as the other archtiectures build fine, they are not > > affected by this? > > Affirmative. :) OK, then we can just lean back an

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-01-28 Thread Andreas Färber
Dear Wolfgang Denk, Am 27.01.2014 20:11, schrieb Wolfgang Denk: > In message <52e6a96b.1080...@suse.de> you wrote: >> >> I figured out that the section was apparently not caught by the .gnu* >> wildcard and this patch fixed our build for the following ARM configs: > > Do I understand you correctl

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-01-27 Thread Wolfgang Denk
Dear Andreas Färber, In message <52e6a96b.1080...@suse.de> you wrote: > > I figured out that the section was apparently not caught by the .gnu* > wildcard and this patch fixed our build for the following ARM configs: Do I understand you correctly that this fixes a _build_ error? So we can assume

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-01-27 Thread Andreas Färber
Hello, Am 27.01.2014 15:24, schrieb Wolfgang Denk: > In message <1390798091-24747-1-git-send-email-afaer...@suse.de> you wrote: >> Avoids "could not find output section .gnu.hash" ld.bfd errors on openSUSE. >> >> Cc: Albert Aribaud >> Cc: Tom Rini >> Signed-off-by: Andreas Färber >> --- >> Mor

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-01-27 Thread Wolfgang Denk
Dear Andreas Färber, In message <1390798091-24747-1-git-send-email-afaer...@suse.de> you wrote: > Avoids "could not find output section .gnu.hash" ld.bfd errors on openSUSE. > > Cc: Albert Aribaud > Cc: Tom Rini > Signed-off-by: Andreas Färber > --- > More changes like this may be needed, but