diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-13 21:11:40 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-13 21:11:40 +0000 |
commit | ac131a333b1c63000fcab69cc6723d75d7075a3a (patch) | |
tree | 1c3ca40ae25e1d14abcd13ef172247d7cb51ae0b /libc/string/sparc | |
parent | 2401710fc05ec38fa5d0f5a2fa68a1f8c322b883 (diff) |
Remove the rest of "bounded pointers" scaffolding. gcc website says"
"Bounds Checking Projects... This project has been abandoned"
for four years at least.
Diffstat (limited to 'libc/string/sparc')
-rw-r--r-- | libc/string/sparc/sparc32/memchr.S | 2 | ||||
-rw-r--r-- | libc/string/sparc/sparc64/memchr.S | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libc/string/sparc/sparc32/memchr.S b/libc/string/sparc/sparc32/memchr.S index 4d57a553b..d926e9787 100644 --- a/libc/string/sparc/sparc32/memchr.S +++ b/libc/string/sparc/sparc32/memchr.S @@ -139,6 +139,4 @@ ENTRY(memchr) END(memchr) libc_hidden_def(memchr) -#if !__BOUNDED_POINTERS__ weak_alias(memchr,__ubp_memchr) -#endif diff --git a/libc/string/sparc/sparc64/memchr.S b/libc/string/sparc/sparc64/memchr.S index 6096cc218..f44850b08 100644 --- a/libc/string/sparc/sparc64/memchr.S +++ b/libc/string/sparc/sparc64/memchr.S @@ -256,6 +256,4 @@ ENTRY(memchr) END(memchr) libc_hidden_def(memchr) -#if !__BOUNDED_POINTERS__ weak_alias(memchr,__ubp_memchr) -#endif |