Files
u-boot/arch/sh/include/asm
Tom Rini b2a3372138 sh: Do not provide strncmp
With modern GCC, we get warnings such as:
cmd/jffs2.c: In function 'mtdparts_init':
arch/sh/include/asm/string.h:110:38:
warning: array subscript is above array bounds [-Warray-bounds]
   : "0" (__cs), "1" (__ct), "r" (__cs+__n)
                                  ~~~~^~~~

This results in a small size reduction as well.

Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
2018-02-23 00:06:05 +01:00
..
2015-11-05 10:52:09 -05:00
2013-12-18 16:49:08 +09:00
2011-08-22 13:16:08 +09:00
2017-10-02 21:52:21 -04:00
2016-10-19 09:01:53 +02:00
2016-01-19 08:31:21 -05:00
2018-02-23 00:06:05 +01:00
2012-11-30 15:06:04 +09:00