Re: [edk2] [PATCH] ArmPkg/CompilerIntrinsicsLib: fix GCC8 warning for __aeabi_memcpy aliases

2018-06-07 Thread Michael Zimmermann
Hi Ard, yes that fixes the problem too and looks much better, thx! On Thu, Jun 7, 2018 at 9:05 AM Ard Biesheuvel wrote: > > On 7 June 2018 at 07:47, Michael Zimmermann wrote: > > This was the warning(shown for __aeabi_memcpy, __aeabi_memcpy4 and > > __aeabi_memcpy8): > >

Re: [edk2] [PATCH] ArmPkg/CompilerIntrinsicsLib: fix GCC8 warning for __aeabi_memcpy aliases

2018-06-07 Thread Ard Biesheuvel
On 7 June 2018 at 07:47, Michael Zimmermann wrote: > This was the warning(shown for __aeabi_memcpy, __aeabi_memcpy4 and > __aeabi_memcpy8): > ArmPkg/Library/CompilerIntrinsicsLib/memcpy.c:42:6: error: '__aeabi_memcpy8' > alias between functions of incompatible types 'void(void > *, const void

[edk2] [PATCH] ArmPkg/CompilerIntrinsicsLib: fix GCC8 warning for __aeabi_memcpy aliases

2018-06-06 Thread Michael Zimmermann
This was the warning(shown for __aeabi_memcpy, __aeabi_memcpy4 and __aeabi_memcpy8): ArmPkg/Library/CompilerIntrinsicsLib/memcpy.c:42:6: error: '__aeabi_memcpy8' alias between functions of incompatible types 'void(void *, const void *, size_t)' {aka 'void(void *, const void *, unsigned int)'}