Re: [PATCH] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE

From: Segher Boessenkool
Date: Fri Aug 16 2019 - 12:45:13 EST


On Fri, Aug 16, 2019 at 01:01:50PM +0000, Christophe Leroy wrote:
> - add r3,r3,r5
> +78: add r3,r3,r5

You can use actual names for the labels as well... .Lsomething if you
want it to stay a local symbol only.


Segher