Re: [uclibc-ng-devel] [PATCH] ARC: string: handle gcc 6.x macro changes

2016-11-16 Thread Waldemar Brodkorb
Hi Vineet, Vineet Gupta wrote, > In gcc 6.x cleanup, the macros got renamed. > (Need to support the old toggle for some more time) Applied and pushed, thx Waldemar ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.inf

[PATCH] ARC: string: handle gcc 6.x macro changes

2016-11-09 Thread Vineet Gupta
In gcc 6.x cleanup, the macros got renamed. (Need to support the old toggle for some more time) Signed-off-by: Vineet Gupta --- libc/string/arc/arcv2/memcpy.S | 2 +- libc/string/arc/arcv2/memset.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libc/string/arc/arcv2/mem