Re: [PATCH] cobalt/arch/arm: arith: Avoid r7 usage in helpers

2021-08-09 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > On 09.08.21 17:11, Jan Kiszka via Xenomai wrote: >> On 09.08.21 17:09, Philippe Gerum wrote: >>> >>> Jan Kiszka writes: >>> On 07.08.21 17:52, Jan Kiszka via Xenomai wrote: > From: Jan Kiszka > > Since gcc-9, direct usage of r7 is in conflict with

Re: [PATCH] cobalt/arch/arm: arith: Avoid r7 usage in helpers

2021-08-09 Thread Jan Kiszka via Xenomai
On 09.08.21 17:11, Jan Kiszka via Xenomai wrote: > On 09.08.21 17:09, Philippe Gerum wrote: >> >> Jan Kiszka writes: >> >>> On 07.08.21 17:52, Jan Kiszka via Xenomai wrote: From: Jan Kiszka Since gcc-9, direct usage of r7 is in conflict with compiler allocations. Skip it.

Re: [PATCH] cobalt/arch/arm: arith: Avoid r7 usage in helpers

2021-08-09 Thread Jan Kiszka via Xenomai
On 09.08.21 17:09, Philippe Gerum wrote: > > Jan Kiszka writes: > >> On 07.08.21 17:52, Jan Kiszka via Xenomai wrote: >>> From: Jan Kiszka >>> >>> Since gcc-9, direct usage of r7 is in conflict with compiler >>> allocations. Skip it. >>> >>> Signed-off-by: Jan Kiszka >>> --- >>>

Re: [PATCH] cobalt/arch/arm: arith: Avoid r7 usage in helpers

2021-08-09 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > On 07.08.21 17:52, Jan Kiszka via Xenomai wrote: >> From: Jan Kiszka >> >> Since gcc-9, direct usage of r7 is in conflict with compiler >> allocations. Skip it. >> >> Signed-off-by: Jan Kiszka >> --- >> .../arch/arm/include/asm/xenomai/uapi/arith.h | 14

Re: [PATCH] cobalt/arch/arm: arith: Avoid r7 usage in helpers

2021-08-09 Thread Jan Kiszka via Xenomai
On 07.08.21 17:52, Jan Kiszka via Xenomai wrote: > From: Jan Kiszka > > Since gcc-9, direct usage of r7 is in conflict with compiler > allocations. Skip it. > > Signed-off-by: Jan Kiszka > --- > .../arch/arm/include/asm/xenomai/uapi/arith.h | 14 +++--- > 1 file changed, 7

[PATCH] cobalt/arch/arm: arith: Avoid r7 usage in helpers

2021-08-07 Thread Jan Kiszka via Xenomai
From: Jan Kiszka Since gcc-9, direct usage of r7 is in conflict with compiler allocations. Skip it. Signed-off-by: Jan Kiszka --- .../arch/arm/include/asm/xenomai/uapi/arith.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git