On Wed, May 06, 2020 at 12:05:00PM +0200, Michael Kerrisk (man-pages) wrote: > On 5/5/20 5:24 PM, Dave Martin wrote: > > The arm OABI syscall interface is currently documented in terms of > > register name aliases defined by the ARM Procedure Call Standard > > (APCS). However, these don't make sense in the context of a binary > > interface that doesn't comply (or need to comply) with APCS. > > > > Use the real architectural register names instead. > > > > The names a1-a4, v1... are just aliases for r0-r3, r4... anyway, so > > the interface is just the same regardless of which set of names is > > used. > > > > Signed-off-by: Dave Martin <Dave.Martin@xxxxxxx> > > Thanks, Dave. Patch applied, with Russell's Acked-by added. > > Cheers, > > Michael Thanks! ---Dave