From ac131a333b1c63000fcab69cc6723d75d7075a3a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 13 Dec 2008 21:11:40 +0000 Subject: Remove the rest of "bounded pointers" scaffolding. gcc website says" "Bounds Checking Projects... This project has been abandoned" for four years at least. --- libc/string/ia64/memchr.S | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libc/string/ia64') diff --git a/libc/string/ia64/memchr.S b/libc/string/ia64/memchr.S index 0246b5997..f25e80302 100644 --- a/libc/string/ia64/memchr.S +++ b/libc/string/ia64/memchr.S @@ -126,8 +126,6 @@ ENTRY(__memchr) END(__memchr) -weak_alias (__memchr, memchr) -#if !__BOUNDED_POINTERS__ -weak_alias (__memchr, __ubp_memchr) -#endif -libc_hidden_def (memchr) +weak_alias(__memchr, memchr) +weak_alias(__memchr, __ubp_memchr) +libc_hidden_def(memchr) -- cgit v1.2.3