From ceca97e8eaee5878711eb2c2047859e4ced79be0 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 15:02:02 +0000 Subject: Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases --- libc/string/arm/strcmp.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/string/arm') diff --git a/libc/string/arm/strcmp.S b/libc/string/arm/strcmp.S index 4e2e3f5b5..2f45c2a58 100644 --- a/libc/string/arm/strcmp.S +++ b/libc/string/arm/strcmp.S @@ -51,6 +51,6 @@ __strcmp: .size __strcmp,.-__strcmp #ifdef __LOCALE_C_ONLY -.weak __strcoll ; __strcoll = __strcmp -.global strcoll ; .set strcoll,__strcoll +.global __strcoll ; .hidden __strcoll ; __strcoll = __strcmp +.global strcoll ; .set strcoll,__strcmp #endif -- cgit v1.2.3