strcmp.S (7c08a2615f149f64fb1bb4660997e152fb3a11a7) strcmp.S (58ff537109ac863d4ec83baf8413b17dcc10101c)
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <linux/linkage.h>
4#include <asm/asm.h>
5#include <asm/alternative-macros.h>
6#include <asm/hwcap.h>
7
8/* int strcmp(const char *cs, const char *ct) */

--- 106 unchanged lines hidden (view full) ---

115
1164:
117 sub a0, t0, t1
118 ret
119
120.option pop
121#endif
122SYM_FUNC_END(strcmp)
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <linux/linkage.h>
4#include <asm/asm.h>
5#include <asm/alternative-macros.h>
6#include <asm/hwcap.h>
7
8/* int strcmp(const char *cs, const char *ct) */

--- 106 unchanged lines hidden (view full) ---

115
1164:
117 sub a0, t0, t1
118 ret
119
120.option pop
121#endif
122SYM_FUNC_END(strcmp)
123SYM_FUNC_ALIAS(__pi_strcmp, strcmp)
123EXPORT_SYMBOL(strcmp)