Re: [PATCH v5 2/2] ARM: kprobes: rewrite test-arm.c in UAL

2021-02-11 Thread Nathan Chancellor
On Wed, Feb 10, 2021 at 06:51:49PM -0800, Nick Desaulniers wrote: > Clang's integrated assembler only accepts UAL syntax, rewrite the > instructions that were changed by RVCTv2.1. The document "Assembly > language changes after RVCTv2.1" was very helpful. > > .syntax unified > > directive is

Re: [PATCH v5 2/2] ARM: kprobes: rewrite test-arm.c in UAL

2021-02-11 Thread Ard Biesheuvel
On Thu, 11 Feb 2021 at 03:52, Nick Desaulniers wrote: > > Clang's integrated assembler only accepts UAL syntax, rewrite the > instructions that were changed by RVCTv2.1. The document "Assembly > language changes after RVCTv2.1" was very helpful. > > .syntax unified > > directive is added,

[PATCH v5 2/2] ARM: kprobes: rewrite test-arm.c in UAL

2021-02-10 Thread Nick Desaulniers
Clang's integrated assembler only accepts UAL syntax, rewrite the instructions that were changed by RVCTv2.1. The document "Assembly language changes after RVCTv2.1" was very helpful. .syntax unified directive is added, since -masm-syntax-unified is unreliable for older but supported versions