Re: [PATCH] ARM: fix -masm-syntax-unified (PR88648)

2019-02-11 Thread Kyrill Tkachov
Hi Stefan, On 09/02/19 16:25, Stefan Agner wrote: Hi Kyrill, On 10.01.2019 12:38, Kyrill Tkachov wrote: Hi Stefan, On 08/01/19 09:33, Kyrill Tkachov wrote: Hi Stefan, On 01/01/19 23:34, Stefan Agner wrote: This allows to use unified asm syntax when compiling for the ARM instruction. This

Re: [PATCH] ARM: fix -masm-syntax-unified (PR88648)

2019-02-09 Thread Stefan Agner
Hi Kyrill, On 10.01.2019 12:38, Kyrill Tkachov wrote: > Hi Stefan, > > On 08/01/19 09:33, Kyrill Tkachov wrote: >> Hi Stefan, >> >> On 01/01/19 23:34, Stefan Agner wrote: >> > This allows to use unified asm syntax when compiling for the >> > ARM instruction. This matches documentation and seems

Re: [PATCH] ARM: fix -masm-syntax-unified (PR88648)

2019-01-10 Thread Kyrill Tkachov
Hi Stefan, On 08/01/19 09:33, Kyrill Tkachov wrote: Hi Stefan, On 01/01/19 23:34, Stefan Agner wrote: > This allows to use unified asm syntax when compiling for the > ARM instruction. This matches documentation and seems what the > initial patch was intended doing when the flag got added. > ---

Re: [PATCH] ARM: fix -masm-syntax-unified (PR88648)

2019-01-08 Thread Kyrill Tkachov
On 08/01/19 09:33, Kyrill Tkachov wrote: Hi Stefan, On 01/01/19 23:34, Stefan Agner wrote: > This allows to use unified asm syntax when compiling for the > ARM instruction. This matches documentation and seems what the > initial patch was intended doing when the flag got added. > --- > gcc/co

Re: [PATCH] ARM: fix -masm-syntax-unified (PR88648)

2019-01-08 Thread Kyrill Tkachov
Hi Stefan, On 01/01/19 23:34, Stefan Agner wrote: This allows to use unified asm syntax when compiling for the ARM instruction. This matches documentation and seems what the initial patch was intended doing when the flag got added. --- gcc/config/arm/arm.c | 3 ++- 1 file changed, 2 insertions(

[PATCH] ARM: fix -masm-syntax-unified (PR88648)

2019-01-01 Thread Stefan Agner
This allows to use unified asm syntax when compiling for the ARM instruction. This matches documentation and seems what the initial patch was intended doing when the flag got added. --- gcc/config/arm/arm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/arm/arm.c