Re: [PATCH] [MIPS] Add missing const qualifier in MSA ld intrinsic documentation

2019-08-08 Thread Jeff Law
On 7/26/19 3:12 AM, Mihailo Stojanovic wrote: > From: Mihailo Stojanovic > > The documentation is not reflecting the fact that the first argument of > MSA ld intrinsics is a const void pointer. > > gcc/ > > * doc/extend.texi: Add const qualifier to ld intrinsics. THanks. Installed. jeff

[PATCH] [MIPS] Add missing const qualifier in MSA ld intrinsic documentation

2019-07-26 Thread Mihailo Stojanovic
From: Mihailo Stojanovic The documentation is not reflecting the fact that the first argument of MSA ld intrinsics is a const void pointer. gcc/ * doc/extend.texi: Add const qualifier to ld intrinsics. --- gcc/doc/extend.texi | 8 1 file changed, 4 insertions(+), 4 deletions(-)