arm: Add the clone3 wrapper
[glibc.git] / string / Makefile
blob8cdfd5b000623ac5858770c47ecc463748282bf5
1 # Copyright (C) 1991-2023 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <https://www.gnu.org/licenses/>.
19 # Sub-makefile for string portion of library.
21 subdir := string
23 include ../Makeconfig
25 headers := \
26 argz.h \
27 bits/byteswap.h \
28 bits/endian.h \
29 bits/endianness.h \
30 bits/string_fortified.h \
31 bits/strings_fortified.h \
32 bits/uintn-identity.h \
33 byteswap.h \
34 endian.h \
35 envz.h \
36 memory.h \
37 string.h \
38 strings.h \
39 # headers
41 routines := \
42 _strerror \
43 argz-addsep \
44 argz-append \
45 argz-count \
46 argz-create \
47 argz-ctsep \
48 argz-delete \
49 argz-extract \
50 argz-insert \
51 argz-next \
52 argz-replace \
53 argz-stringify \
54 basename \
55 bcopy \
56 bzero \
57 envz \
58 explicit_bzero \
59 ffs \
60 ffsll \
61 memccpy \
62 memchr \
63 memcmp \
64 memcmpeq \
65 memcpy \
66 memfrob \
67 memmem \
68 memmove \
69 mempcpy \
70 memrchr \
71 memset \
72 rawmemchr \
73 sigabbrev_np \
74 sigdescr_np \
75 stpcpy \
76 stpncpy \
77 strcasecmp \
78 strcasecmp_l \
79 strcasestr \
80 strcat \
81 strchr \
82 strchrnul \
83 strcmp \
84 strcoll \
85 strcoll_l \
86 strcpy \
87 strcspn \
88 strdup \
89 strerror \
90 strerror_l \
91 strerrordesc_np \
92 strerrorname_np \
93 strfry \
94 string-inlines \
95 strlcat \
96 strlcpy \
97 strlen \
98 strncase \
99 strncase_l \
100 strncat \
101 strncmp \
102 strncpy \
103 strndup \
104 strnlen \
105 strpbrk \
106 strrchr \
107 strsep \
108 strsignal \
109 strspn \
110 strstr \
111 strtok \
112 strtok_r \
113 strverscmp \
114 strxfrm \
115 strxfrm_l \
116 swab \
117 wordcopy \
118 xpg-strerror \
119 # routines
121 # Exclude fortified routines from being built with _FORTIFY_SOURCE
122 routines_no_fortify += \
123 explicit_bzero \
124 memcpy \
125 memmove \
126 mempcpy \
127 memset \
128 stpcpy \
129 stpncpy \
130 strcat \
131 strcpy \
132 strlcat \
133 strlcpy \
134 strncat \
135 strncpy \
136 # routines_no_fortify
138 tests := \
139 bug-envz1 \
140 bug-strcoll1 \
141 bug-strcoll2 \
142 bug-strncat1 \
143 bug-strpbrk1 \
144 bug-strspn1 \
145 bug-strtok1 \
146 inl-tester \
147 noinl-tester \
148 stratcliff \
149 test-bcopy \
150 test-bzero \
151 test-endian-file-scope \
152 test-endian-sign-conversion \
153 test-endian-types \
154 test-explicit_bzero \
155 test-ffs \
156 test-memccpy \
157 test-memchr \
158 test-memcmp \
159 test-memcmpeq \
160 test-memcpy \
161 test-memcpy-large \
162 test-memmem \
163 test-memmove \
164 test-mempcpy \
165 test-memrchr \
166 test-memset \
167 test-rawmemchr \
168 test-sig_np \
169 test-stpcpy \
170 test-stpncpy \
171 test-strcasecmp \
172 test-strcasestr \
173 test-strcat \
174 test-strchr \
175 test-strchrnul \
176 test-strcmp \
177 test-strcpy \
178 test-strcspn \
179 test-strdup \
180 test-strlen \
181 test-strncasecmp \
182 test-strncat \
183 test-strncmp \
184 test-strncpy \
185 test-strndup \
186 test-strnlen \
187 test-strpbrk \
188 test-strrchr \
189 test-strspn \
190 test-strstr \
191 testcopy \
192 tester \
193 tst-bswap \
194 tst-cmp \
195 tst-endian \
196 tst-inlcall \
197 tst-memmove-overflow \
198 tst-strerror-fail \
199 tst-strfry \
200 tst-strlcat \
201 tst-strlcpy \
202 tst-strlen \
203 tst-strtok \
204 tst-strtok_r \
205 tst-strxfrm \
206 tst-strxfrm2 \
207 tst-svc \
208 tst-svc2 \
209 tst-xbzero-opt \
210 # tests
212 # Both tests require the .mo translation files generated by msgfmt.
213 tests-translation := \
214 tst-strerror \
215 tst-strsignal \
216 # tests-translation
218 tests-container += $(tests-translation)
219 ifeq ($(MSGFMT),:)
220 tests-unsupported += $(tests-translation)
221 endif
223 # This test allocates a lot of memory and can run for a long time.
224 xtests = tst-strcoll-overflow
226 # This test needs libdl.
227 ifeq (yes,$(build-shared))
228 tests += test-strerror-errno
229 endif
231 ifeq ($(run-built-tests),yes)
232 tests-special += $(objpfx)tst-svc-cmp.out
233 endif
235 include ../Rules
237 CFLAGS-inl-tester.c += -fno-builtin
238 CFLAGS-noinl-tester.c += -fno-builtin
239 CFLAGS-tst-strlen.c += -fno-builtin
240 CFLAGS-stratcliff.c += -fno-builtin
241 CFLAGS-test-ffs.c += -fno-builtin
242 CFLAGS-tst-inlcall.c += -fno-builtin
243 CFLAGS-tst-xbzero-opt.c += -O3
244 CFLAGS-test-endian-sign-conversion.c += -Werror -Wsign-conversion
245 # BZ 21006: Resolve all functions but at least explicit_bzero at startup.
246 # Otherwise the test fails on s390x as the memcpy in prepare_test_buffer is
247 # done by loading r4 / r5 with the test_pattern and using store multiple
248 # instruction to store r4 / r5 to buf. If explicit_bzero would be resolved in
249 # setup_explicit_clear, r4 / r5 would be stored to stack by _dl_runtime_resolve
250 # and the call to memmem in count_test_patterns will find a hit of the
251 # test_pattern on the stack.
252 LDFLAGS-tst-xbzero-opt = -z now
254 # Called during TLS initialization.
255 CFLAGS-memcpy.c += $(no-stack-protector)
256 CFLAGS-wordcopy.c += $(no-stack-protector)
257 # Called during static initialization
258 CFLAGS-strncmp.c += $(no-stack-protector)
260 CFLAGS-argz-next.c += $(config-cflags-wno-ignored-attributes)
261 CFLAGS-basename.c += $(config-cflags-wno-ignored-attributes)
262 CFLAGS-ffs.c += $(config-cflags-wno-ignored-attributes)
263 CFLAGS-memmem.c += $(config-cflags-wno-ignored-attributes)
264 CFLAGS-memchr.c += $(config-cflags-wno-ignored-attributes)
265 CFLAGS-mempcpy.c += $(config-cflags-wno-ignored-attributes)
266 CFLAGS-stpcpy.c += $(config-cflags-wno-ignored-attributes)
267 CFLAGS-strnlen.c += $(config-cflags-wno-ignored-attributes)
269 ifeq ($(run-built-tests),yes)
270 $(objpfx)tst-svc-cmp.out: tst-svc.expect $(objpfx)tst-svc.out
271 cmp $^ > $@; \
272 $(evaluate-test)
274 LOCALES := de_DE.UTF-8 en_US.ISO-8859-1 en_US.UTF-8 \
275 tr_TR.ISO-8859-9 tr_TR.UTF-8 cs_CZ.UTF-8 \
276 da_DK.ISO-8859-1 en_GB.UTF-8 pt_BR.UTF-8
277 include ../gen-locales.mk
279 $(objpfx)test-strcasecmp.out: $(gen-locales)
280 $(objpfx)test-strncasecmp.out: $(gen-locales)
281 $(objpfx)tst-strxfrm.out: $(gen-locales)
282 $(objpfx)tst-strxfrm2.out: $(gen-locales)
283 # bug-strcoll2 needs cs_CZ.UTF-8 and da_DK.ISO-8859-1.
284 $(objpfx)bug-strcoll2.out: $(gen-locales)
285 $(objpfx)tst-strcoll-overflow.out: $(gen-locales)
286 $(objpfx)tst-strsignal.out: $(gen-locales)
287 $(objpfx)tst-strerror.out: $(gen-locales)
289 endif