Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-18 Thread Senthil Kumar Selvaraj
On Fri, May 16, 2014 at 12:02:12PM +0200, Georg-Johann Lay wrote: > Am 05/15/2014 09:55 AM, schrieb Senthil Kumar Selvaraj: > >On Wed, May 14, 2014 at 12:56:54PM +0200, Rainer Orth wrote: > >>Georg-Johann Lay writes: > >> > >>>Or what about simply that, which works for me: > >>> > >>> > >>>Index:

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-18 Thread Denis Chertykov
2014-05-16 14:02 GMT+04:00 Georg-Johann Lay : > Am 05/15/2014 09:55 AM, schrieb Senthil Kumar Selvaraj: > >> On Wed, May 14, 2014 at 12:56:54PM +0200, Rainer Orth wrote: >>> >>> Georg-Johann Lay writes: >>> Or what about simply that, which works for me: Index: config/avr/avr.h

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-16 Thread Georg-Johann Lay
Am 05/15/2014 09:55 AM, schrieb Senthil Kumar Selvaraj: On Wed, May 14, 2014 at 12:56:54PM +0200, Rainer Orth wrote: Georg-Johann Lay writes: Or what about simply that, which works for me: Index: config/avr/avr.h === --- config

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-15 Thread Senthil Kumar Selvaraj
On Wed, May 14, 2014 at 12:56:54PM +0200, Rainer Orth wrote: > Georg-Johann Lay writes: > > > Or what about simply that, which works for me: > > > > > > Index: config/avr/avr.h > > === > > --- config/avr/avr.h(revision 210276) >

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-14 Thread Rainer Orth
Georg-Johann Lay writes: > Or what about simply that, which works for me: > > > Index: config/avr/avr.h > === > --- config/avr/avr.h(revision 210276) > +++ config/avr/avr.h(working copy) > @@ -512,7 +512,11 @@ extern const ch

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-14 Thread Georg-Johann Lay
Am 05/13/2014 02:48 PM, schrieb Senthil Kumar Selvaraj: On Mon, May 12, 2014 at 01:19:37PM +0200, Georg-Johann Lay wrote: Am 04/18/2014 11:52 AM, schrieb Senthil Kumar Selvaraj: On Sat, Apr 12, 2014 at 06:36:01PM +0200, Georg-Johann Lay wrote: Senthil Kumar Selvaraj schrieb: [...] 2014-04

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-13 Thread Senthil Kumar Selvaraj
On Mon, May 12, 2014 at 01:19:37PM +0200, Georg-Johann Lay wrote: > Am 04/18/2014 11:52 AM, schrieb Senthil Kumar Selvaraj: > > > >On Sat, Apr 12, 2014 at 06:36:01PM +0200, Georg-Johann Lay wrote: > >>Senthil Kumar Selvaraj schrieb: > >>>This patch modifies AVR target's ASM spec to pass -mlink-rela

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-12 Thread Georg-Johann Lay
Am 04/18/2014 11:52 AM, schrieb Senthil Kumar Selvaraj: On Sat, Apr 12, 2014 at 06:36:01PM +0200, Georg-Johann Lay wrote: Senthil Kumar Selvaraj schrieb: This patch modifies AVR target's ASM spec to pass -mlink-relax to the assembler if -mrelax is passed to the compiler driver. This was alread

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-05-12 Thread Senthil Kumar Selvaraj
Ping! Regards Senthil On Fri, Apr 18, 2014 at 03:22:46PM +0530, Senthil Kumar Selvaraj wrote: > > On Sat, Apr 12, 2014 at 06:36:01PM +0200, Georg-Johann Lay wrote: > > Senthil Kumar Selvaraj schrieb: > > >This patch modifies AVR target's ASM spec to pass -mlink-relax to the > > >assembler if -mr

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-04-18 Thread Senthil Kumar Selvaraj
On Sat, Apr 12, 2014 at 06:36:01PM +0200, Georg-Johann Lay wrote: > Senthil Kumar Selvaraj schrieb: > >This patch modifies AVR target's ASM spec to pass -mlink-relax to the > >assembler if -mrelax is passed to the compiler driver. This was already > >being passed on to the linker, this patch merel

Re: [Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-04-12 Thread Georg-Johann Lay
Senthil Kumar Selvaraj schrieb: This patch modifies AVR target's ASM spec to pass -mlink-relax to the assembler if -mrelax is passed to the compiler driver. This was already being passed on to the linker, this patch merely makes the assembler also aware of it. The corresponding patch in binutils

[Patch, avr] Propagate -mrelax gcc driver flag to assembler

2014-04-11 Thread Senthil Kumar Selvaraj
This patch modifies AVR target's ASM spec to pass -mlink-relax to the assembler if -mrelax is passed to the compiler driver. This was already being passed on to the linker, this patch merely makes the assembler also aware of it. The corresponding patch in binutils to handle the -mlink-relax patch