Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-03-27 Thread Uros Bizjak
On Wed, Mar 4, 2015 at 3:30 PM, Uros Bizjak ubiz...@gmail.com wrote: On Wed, Mar 4, 2015 at 2:56 PM, Uros Bizjak ubiz...@gmail.com wrote: Unfortunately, while normal bootstrap works OK with alpha-linux-gnu and alphaev68-linux-gnu, the bootstrap still fails when configured

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-03-04 Thread Uros Bizjak
On Fri, Feb 27, 2015 at 2:11 PM, Uros Bizjak ubiz...@gmail.com wrote: On Wed, Feb 25, 2015 at 8:18 PM, Richard Henderson r...@redhat.com wrote: On 02/25/2015 09:02 AM, Uros Bizjak wrote: The patch was tested on alpha-linux-gnu and alphaev68-linux-gnu for all default languages plus obj-c++ and

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-03-04 Thread Uros Bizjak
On Wed, Mar 4, 2015 at 2:56 PM, Uros Bizjak ubiz...@gmail.com wrote: Unfortunately, while normal bootstrap works OK with alpha-linux-gnu and alphaev68-linux-gnu, the bootstrap still fails when configured --with-build-config=bootstrap-lto: [...] ../../gcc-svn/trunk/gcc/lto/Make-lang.in:71:

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-03-03 Thread Uros Bizjak
On Tue, Mar 3, 2015 at 3:14 PM, Uros Bizjak ubiz...@gmail.com wrote: On Mon, Mar 2, 2015 at 7:23 PM, Richard Henderson r...@redhat.com wrote: Unfortunately, while normal bootstrap works OK with alpha-linux-gnu and alphaev68-linux-gnu, the bootstrap still fails when configured

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-03-03 Thread Uros Bizjak
On Mon, Mar 2, 2015 at 7:23 PM, Richard Henderson r...@redhat.com wrote: Unfortunately, while normal bootstrap works OK with alpha-linux-gnu and alphaev68-linux-gnu, the bootstrap still fails when configured --with-build-config=bootstrap-lto: libbackend.a(tree-data-ref.o): In function

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-03-02 Thread Richard Henderson
On 02/27/2015 05:11 AM, Uros Bizjak wrote: On Wed, Feb 25, 2015 at 8:18 PM, Richard Henderson r...@redhat.com wrote: On 02/25/2015 09:02 AM, Uros Bizjak wrote: The patch was tested on alpha-linux-gnu and alphaev68-linux-gnu for all default languages plus obj-c++ and go. OK for mainline?

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-02-27 Thread Uros Bizjak
On Wed, Feb 25, 2015 at 8:18 PM, Richard Henderson r...@redhat.com wrote: On 02/25/2015 09:02 AM, Uros Bizjak wrote: The patch was tested on alpha-linux-gnu and alphaev68-linux-gnu for all default languages plus obj-c++ and go. OK for mainline? Ok. Thanks. Unfortunately, while normal

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-02-25 Thread Richard Henderson
On 02/25/2015 09:02 AM, Uros Bizjak wrote: The patch was tested on alpha-linux-gnu and alphaev68-linux-gnu for all default languages plus obj-c++ and go. OK for mainline? Ok. Thanks. r~

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2015-02-25 Thread Uros Bizjak
On Mon, Jul 28, 2014 at 7:02 PM, Richard Henderson r...@redhat.com wrote: On 07/26/2014 05:35 AM, Uros Bizjak wrote: On Mon, May 2, 2011 at 9:21 AM, Uros Bizjak ubiz...@gmail.com wrote: It looks that GP relative relocations do not fit anymore into GPREL16 reloc, so bootstrap on alpha hosts

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2014-07-29 Thread Uros Bizjak
On Mon, Jul 28, 2014 at 7:02 PM, Richard Henderson r...@redhat.com wrote: On 07/26/2014 05:35 AM, Uros Bizjak wrote: On Mon, May 2, 2011 at 9:21 AM, Uros Bizjak ubiz...@gmail.com wrote: It looks that GP relative relocations do not fit anymore into GPREL16 reloc, so bootstrap on alpha hosts

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2014-07-29 Thread Richard Henderson
On 07/29/2014 06:11 AM, Uros Bizjak wrote: Perhaps even better solution for mainline would be to detect a recent enough linker and skip the workaround in that case? I guess that 2.25 will have this issue fixed? Certainly 2.25 will have this fixed. If you want to add a check for binutils

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2014-07-29 Thread Uros Bizjak
On Tue, Jul 29, 2014 at 6:39 PM, Richard Henderson r...@redhat.com wrote: On 07/29/2014 06:11 AM, Uros Bizjak wrote: Perhaps even better solution for mainline would be to detect a recent enough linker and skip the workaround in that case? I guess that 2.25 will have this issue fixed?

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2014-07-28 Thread Richard Henderson
On 07/26/2014 05:35 AM, Uros Bizjak wrote: On Mon, May 2, 2011 at 9:21 AM, Uros Bizjak ubiz...@gmail.com wrote: It looks that GP relative relocations do not fit anymore into GPREL16 reloc, so bootstrap on alpha hosts fail in stage2 with relocation truncated to fit: GPREL16 against I

Re: [PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2014-07-26 Thread Uros Bizjak
On Mon, May 2, 2011 at 9:21 AM, Uros Bizjak ubiz...@gmail.com wrote: It looks that GP relative relocations do not fit anymore into GPREL16 reloc, so bootstrap on alpha hosts fail in stage2 with relocation truncated to fit: GPREL16 against I found no other solution but to pass --no-relax

[PATCH, alpha]: Fix PR/47230 [4.6/4.7 Regression] gcc fails to bootstrap on alpha in stage2 with relocation truncated to fit: GPREL16 against ...

2011-05-02 Thread Uros Bizjak
Hello! It looks that GP relative relocations do not fit anymore into GPREL16 reloc, so bootstrap on alpha hosts fail in stage2 with relocation truncated to fit: GPREL16 against I found no other solution but to pass --no-relax to linker in order to finish the bootstrap. 2011-05-02 Uros