diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-02-15 15:07:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-02-15 15:07:54 +0000 |
commit | daaa7713e9170ec42536b5a0e46b434dd84753a5 (patch) | |
tree | 33f5aac7f25eef435b8fe4b36e2acb7798c38130 /string | |
parent | 2bdd4ca6b6c38367e301042c2247395568c63ebd (diff) | |
download | glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.zip glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.gz glibc-daaa7713e9170ec42536b5a0e46b434dd84753a5.tar.bz2 |
Remove bounded-pointers build system support.
Diffstat (limited to 'string')
-rw-r--r-- | string/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/string/Makefile b/string/Makefile index 894bae4..0237edd 100644 --- a/string/Makefile +++ b/string/Makefile @@ -41,10 +41,6 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \ strcoll_l strxfrm_l string-inlines memrchr \ xpg-strerror strerror_l -# Gcc internally generates calls to unbounded memcpy and memset -# for -fbounded-pointer compiles. Glibc uses memchr for explicit checks. -o-objects.ob := memcpy.o memset.o memchr.o - strop-tests := memchr memcmp memcpy memmove mempcpy memset memccpy \ stpcpy stpncpy strcat strchr strcmp strcpy strcspn \ strlen strncmp strncpy strpbrk strrchr strspn memmem \ |