Re: [PATCH] arm: Fix bad memcpy.S str8w macro argument count

2021-11-16 Thread Tom Rini
On Wed, Nov 10, 2021 at 03:04:40PM +0100, Pierre-Clément Tosi wrote: > Remove the extra (empty) argument passed to str8w, causing the following > error: > >:40:47: error: too many positional arguments > str8w r0, r3, r4, r5, r6, r7, r8, r9, ip, , abort=19f >

Re: [PATCH] arm: Fix bad memcpy.S str8w macro argument count

2021-11-10 Thread Tom Rini
On Wed, Nov 10, 2021 at 03:51:38PM +0100, Pierre-Clément Tosi wrote: > On Wed, Nov 10, 2021 at 09:14:14AM -0500, Tom Rini wrote: > > On Wed, Nov 10, 2021 at 03:04:40PM +0100, Pierre-Clément Tosi wrote: > > > > > Remove the extra (empty) argument passed to str8w, causing the following > > > error:

Re: [PATCH] arm: Fix bad memcpy.S str8w macro argument count

2021-11-10 Thread Tom Rini
On Wed, Nov 10, 2021 at 03:04:40PM +0100, Pierre-Clément Tosi wrote: > Remove the extra (empty) argument passed to str8w, causing the following > error: > >:40:47: error: too many positional arguments > str8w r0, r3, r4, r5, r6, r7, r8, r9, ip, , abort=19f >