Re: [PATCH v2 0/5] ARM: convert to unified syntax

2019-02-12 Thread Stefan Agner
On 10.02.2019 22:24, Nicolas Pitre wrote: > On Sun, 10 Feb 2019, Stefan Agner wrote: > >> This patchset converts all assembly code to unified assembler >> language (UAL) compatible assembly code. From what I can tell, >> this mainly boils down to using conditional infixes instead of >> postfixes.

Re: [PATCH v2 0/5] ARM: convert to unified syntax

2019-02-10 Thread Nicolas Pitre
On Sun, 10 Feb 2019, Stefan Agner wrote: > This patchset converts all assembly code to unified assembler > language (UAL) compatible assembly code. From what I can tell, > this mainly boils down to using conditional infixes instead of > postfixes. > > Most of the conversion has been done using th

[PATCH v2 0/5] ARM: convert to unified syntax

2019-02-09 Thread Stefan Agner
This patchset converts all assembly code to unified assembler language (UAL) compatible assembly code. From what I can tell, this mainly boils down to using conditional infixes instead of postfixes. Most of the conversion has been done using the following regular expression: find ./arch/arm/ -na