Update syscall lists for Linux 6.2
[glibc.git] / stdio-common / Makefile
blob92a3499a94c8678a10256c411be6eefccee44843
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 # Specific makefile for stdio-common.
21 subdir := stdio-common
23 include ../Makeconfig
25 headers := stdio_ext.h printf.h bits/printf-ldbl.h bits/stdio_lim.h
27 routines := \
28 _itoa \
29 _itowa \
30 asprintf \
31 ctermid \
32 cuserid \
33 dprintf \
34 flockfile \
35 fprintf \
36 fscanf \
37 ftrylockfile \
38 funlockfile \
39 gentempfd \
40 getline \
41 getw \
42 grouping_iterator \
43 iovfscanf \
44 isoc99_fscanf \
45 isoc99_scanf \
46 isoc99_sscanf \
47 isoc99_vfscanf \
48 isoc99_vscanf \
49 isoc99_vsscanf \
50 itoa-digits \
51 itoa-udigits \
52 itowa-digits \
53 perror \
54 printf \
55 printf-prs \
56 printf_buffer_as_file \
57 printf_buffer_done \
58 printf_buffer_flush \
59 printf_buffer_pad_1 \
60 printf_buffer_putc_1 \
61 printf_buffer_puts_1 \
62 printf_buffer_to_file \
63 printf_buffer_write \
64 printf_fp \
65 printf_fphex \
66 printf_function_invoke \
67 printf_size \
68 psiginfo \
69 psignal \
70 putw \
71 reg-modifier \
72 reg-printf \
73 reg-type \
74 remove \
75 rename \
76 renameat \
77 renameat2 \
78 scanf \
79 snprintf \
80 sprintf \
81 sscanf \
82 tempnam \
83 tempname \
84 tmpfile \
85 tmpfile64 \
86 tmpnam \
87 tmpnam_r \
88 translated_number_width \
89 vfprintf \
90 vfprintf-internal \
91 vfscanf \
92 vfscanf-internal \
93 vfwprintf \
94 vfwprintf-internal \
95 vfwscanf \
96 vfwscanf-internal \
97 vprintf \
98 wprintf_buffer_as_file \
99 wprintf_buffer_done \
100 wprintf_buffer_flush \
101 wprintf_buffer_pad_1 \
102 wprintf_buffer_putc_1 \
103 wprintf_buffer_puts_1 \
104 wprintf_buffer_to_file \
105 wprintf_buffer_write \
106 wprintf_function_invoke \
107 # routines
109 aux := \
110 errlist \
111 errlist-data \
112 errname \
113 fxprintf \
114 printf-parsemb \
115 printf-parsewc \
116 siglist \
117 # aux
119 tests := \
120 bug-vfprintf-nargs \
121 bug1 \
122 bug10 \
123 bug11 \
124 bug12 \
125 bug13 \
126 bug14 \
127 bug16 \
128 bug17 \
129 bug18 \
130 bug18a \
131 bug19 \
132 bug19a \
133 bug2 \
134 bug20 \
135 bug21 \
136 bug22 \
137 bug23 \
138 bug23-2 \
139 bug23-3 \
140 bug23-4 \
141 bug24 \
142 bug25 \
143 bug26 \
144 bug3 \
145 bug4 \
146 bug5 \
147 bug6 \
148 bug7 \
149 bug8 \
150 bug9 \
151 errnobug \
152 scanf1 \
153 scanf10 \
154 scanf11 \
155 scanf12 \
156 scanf13 \
157 scanf14 \
158 scanf14a \
159 scanf15 \
160 scanf16 \
161 scanf16a \
162 scanf17 \
163 scanf2 \
164 scanf3 \
165 scanf4 \
166 scanf5 \
167 scanf7 \
168 scanf8 \
169 scanf9 \
170 temptest \
171 test-fseek \
172 test-fwrite \
173 test-popen \
174 test-strerr \
175 test-vfprintf \
176 test_rdwr \
177 tfformat \
178 tiformat \
179 tllformat \
180 tst-bz11319 \
181 tst-bz11319-fortify2 \
182 tst-cookie \
183 tst-dprintf-length \
184 tst-fdopen \
185 tst-ferror \
186 tst-fgets \
187 tst-fileno \
188 tst-fmemopen \
189 tst-fmemopen2 \
190 tst-fmemopen3 \
191 tst-fmemopen4 \
192 tst-fphex \
193 tst-fphex-wide \
194 tst-fseek \
195 tst-fwrite \
196 tst-gets \
197 tst-grouping \
198 tst-grouping2 \
199 tst-grouping3 \
200 tst-long-dbl-fphex \
201 tst-memstream-string \
202 tst-obprintf \
203 tst-perror \
204 tst-popen \
205 tst-popen2 \
206 tst-printf-binary \
207 tst-printf-bz18872 \
208 tst-printf-bz25691 \
209 tst-printf-fp-free \
210 tst-printf-fp-leak \
211 tst-printf-oct \
212 tst-printf-round \
213 tst-printfsz \
214 tst-put-error \
215 tst-renameat2 \
216 tst-rndseek \
217 tst-scanf-round \
218 tst-setvbuf1 \
219 tst-sprintf \
220 tst-sprintf-errno \
221 tst-sprintf2 \
222 tst-sprintf3 \
223 tst-sscanf \
224 tst-swprintf \
225 tst-swscanf \
226 tst-tmpnam \
227 tst-ungetc \
228 tst-unlockedio \
229 tst-vfprintf-mbs-prec \
230 tst-vfprintf-user-type \
231 tst-vfprintf-width-prec \
232 tst-vfprintf-width-prec-alloc \
233 tst-vfprintf-width-i18n \
234 tst-wc-printf \
235 tstdiomisc \
236 tstgetln \
237 tstscanf \
238 xbug \
239 # tests
241 tests-container += \
242 tst-popen3
244 generated += \
245 errlist-data-aux-shared.S \
246 errlist-data-aux.S \
247 siglist-aux-shared.S \
248 siglist-aux.S \
249 # generated
251 tests-internal = \
252 tst-grouping_iterator \
253 # tests-internal
255 test-srcs = tst-unbputc tst-printf tst-printfsz-islongdouble
257 ifeq ($(run-built-tests),yes)
258 tests-special += \
259 $(objpfx)tst-printf-bz18872-mem.out \
260 $(objpfx)tst-printf-bz25691-mem.out \
261 $(objpfx)tst-printf-fp-free-mem.out \
262 $(objpfx)tst-printf-fp-leak-mem.out \
263 $(objpfx)tst-printf.out \
264 $(objpfx)tst-printfsz-islongdouble.out \
265 $(objpfx)tst-setvbuf1-cmp.out \
266 $(objpfx)tst-unbputc.out \
267 $(objpfx)tst-vfprintf-width-prec-mem.out \
268 # tests-special
270 generated += \
271 tst-printf-bz18872-mem.out \
272 tst-printf-bz18872.c \
273 tst-printf-bz18872.mtrace \
274 tst-printf-bz25691-mem.out \
275 tst-printf-bz25691.mtrace \
276 tst-printf-fp-free-mem.out \
277 tst-printf-fp-free.mtrace \
278 tst-printf-fp-leak-mem.out \
279 tst-printf-fp-leak.mtrace \
280 tst-vfprintf-width-prec-mem.out \
281 tst-vfprintf-width-prec.mtrace \
282 # generated
283 endif # $(run-built-tests)
285 tests-special += $(objpfx)tst-errno-manual.out
287 include ../Rules
289 # The errlist.c is built in two phases because compiler might reorder the
290 # compat_symbol directive prior the object itself and on binutils older
291 # than 2.29 it might generate object sizes different than the expected ones.
292 $(objpfx)errlist-data-aux-shared.S: errlist-data-gen.c
293 $(make-target-directory)
294 $(compile-command.c) $(pic-cppflags) $(pic-ccflag) $(no-stack-protector) -S
296 $(objpfx)errlist-data-aux.S: errlist-data-gen.c
297 $(make-target-directory)
298 $(compile-command.c) $(pie-default) $(no-stack-protector) -S
300 ifndef no_deps
301 -include $(objpfx)errlist-data-aux.S.d $(objpfx)errlist-data-aux-shared.S.d
302 endif
304 $(objpfx)errlist-data.os: $(objpfx)errlist-data-aux-shared.S
305 $(addprefix $(objpfx)errlist-data, $(object-suffixes-noshared)): \
306 $(objpfx)errlist-data-aux.S
308 $(objpfx)siglist-aux-shared.S: siglist-gen.c
309 $(make-target-directory)
310 $(compile-command.c) $(pic-cppflags) $(pic-ccflag) $(no-stack-protector) -S
312 $(objpfx)siglist-aux.S: siglist-gen.c
313 $(make-target-directory)
314 $(compile-command.c) $(pie-default) $(no-stack-protector) -S
316 ifndef no_deps
317 -include $(objpfx)siglist-aux.S.d $(objpfx)siglist-aux-shared.S.d
318 endif
320 $(objpfx)siglist.os: $(objpfx)siglist-aux-shared.S
321 $(addprefix $(objpfx)siglist, $(object-suffixes-noshared)): \
322 $(objpfx)siglist-aux.S
324 ifeq ($(run-built-tests),yes)
325 LOCALES := \
326 de_DE.ISO-8859-1 \
327 de_DE.UTF-8 \
328 en_US.ISO-8859-1 \
329 hi_IN.UTF-8 \
330 ja_JP.EUC-JP \
331 ps_AF.UTF-8 \
332 tg_TJ.UTF-8 \
333 # LOCALES
334 include ../gen-locales.mk
336 $(objpfx)bug14.out: $(gen-locales)
337 $(objpfx)scanf13.out: $(gen-locales)
338 $(objpfx)test-vfprintf.out: $(gen-locales)
339 $(objpfx)tst-grouping.out: $(gen-locales)
340 $(objpfx)tst-grouping2.out: $(gen-locales)
341 $(objpfx)tst-grouping_iterator.out: $(gen-locales)
342 $(objpfx)tst-sprintf.out: $(gen-locales)
343 $(objpfx)tst-sscanf.out: $(gen-locales)
344 $(objpfx)tst-swprintf.out: $(gen-locales)
345 $(objpfx)tst-vfprintf-mbs-prec.out: $(gen-locales)
346 $(objpfx)tst-vfprintf-width-i18n.out: $(gen-locales)
347 $(objpfx)tst-grouping3.out: $(gen-locales)
348 endif
350 tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace \
351 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
352 tst-vfprintf-width-prec-ENV = \
353 MALLOC_TRACE=$(objpfx)tst-vfprintf-width-prec.mtrace \
354 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
355 tst-printf-bz25691-ENV = \
356 MALLOC_TRACE=$(objpfx)tst-printf-bz25691.mtrace \
357 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
358 tst-printf-fp-free-ENV = \
359 MALLOC_TRACE=$(objpfx)tst-printf-fp-free.mtrace \
360 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
361 tst-printf-fp-leak-ENV = \
362 MALLOC_TRACE=$(objpfx)tst-printf-fp-leak.mtrace \
363 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
365 $(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc
366 $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
367 $(evaluate-test)
369 $(objpfx)tst-printf.out: tst-printf.sh $(objpfx)tst-printf
370 $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
371 $(evaluate-test)
373 $(objpfx)tst-printfsz-islongdouble.out: \
374 tst-printfsz-islongdouble.sh $(objpfx)tst-printfsz-islongdouble
375 $(SHELL) $^ '$(test-program-prefix)' $@; \
376 $(evaluate-test)
378 # We generate this source because it requires a printf invocation with
379 # 10K arguments.
380 $(objpfx)tst-printf-bz18872.c: tst-printf-bz18872.sh
381 rm -f $@ && $(BASH) $^ > $@.new && mv $@.new $@
383 $(objpfx)tst-%-mem.out: $(objpfx)tst-%.out
384 $(common-objpfx)malloc/mtrace $(objpfx)tst-$*.mtrace > $@; \
385 $(evaluate-test)
387 errlist-h = $(firstword $(wildcard $(addsuffix /errlist.h,$(sysdirs) .)))
389 $(objpfx)tst-errno-manual.out: tst-errno-manual.py \
390 $(errlist-h) \
391 $(..)manual/errno.texi
392 $(PYTHON) tst-errno-manual.py -m $(..)manual/errno.texi \
393 -e $(errlist-h) > $@; \
394 $(evaluate-test)
396 CFLAGS-vfprintf.c += -Wno-uninitialized
397 CFLAGS-vfwprintf.c += -Wno-uninitialized
399 CFLAGS-tmpfile.c += -fexceptions
400 CFLAGS-tmpfile64.c += -fexceptions
401 CFLAGS-tempname.c += -fexceptions
402 CFLAGS-psignal.c += -fexceptions
403 CFLAGS-vprintf.c += -fexceptions
404 CFLAGS-cuserid.c += -fexceptions
406 CFLAGS-vfprintf.c += -fexceptions
407 CFLAGS-fprintf.c += -fexceptions
408 CFLAGS-printf.c += -fexceptions
409 CFLAGS-vfwprintf.c += -fexceptions
410 CFLAGS-vfscanf.c += -fexceptions
411 CFLAGS-vfwscanf.c += -fexceptions
412 CFLAGS-fscanf.c += -fexceptions
413 CFLAGS-scanf.c += -fexceptions
414 CFLAGS-isoc99_vfscanf.c += -fexceptions
415 CFLAGS-isoc99_vscanf.c += -fexceptions
416 CFLAGS-isoc99_fscanf.c += -fexceptions
417 CFLAGS-isoc99_scanf.c += -fexceptions
419 CFLAGS-dprintf.c += $(config-cflags-wno-ignored-attributes)
421 # scanf14a.c and scanf16a.c test a deprecated extension which is no
422 # longer visible under most conformance levels; see the source files
423 # for more detail.
424 CFLAGS-scanf14a.c += -std=gnu89
425 CFLAGS-scanf16a.c += -std=gnu89
427 CFLAGS-bug3.c += -DOBJPFX=\"$(objpfx)\"
428 CFLAGS-bug4.c += -DOBJPFX=\"$(objpfx)\"
429 CFLAGS-bug5.c += -DOBJPFX=\"$(objpfx)\"
430 CFLAGS-test-fseek.c += -DOBJPFX=\"$(objpfx)\"
431 CFLAGS-test-popen.c += -DOBJPFX=\"$(objpfx)\"
432 CFLAGS-test_rdwr.c += -DOBJPFX=\"$(objpfx)\"
434 # tst-gets.c tests a deprecated function.
435 CFLAGS-tst-gets.c += -Wno-deprecated-declarations
437 # BZ #11319 was first fixed for regular vdprintf, then reopened because
438 # the fortified version had the same bug.
439 CFLAGS-tst-bz11319-fortify2.c += -D_FORTIFY_SOURCE=2
441 CFLAGS-tst-memstream-string.c += -fno-builtin-fprintf
443 CPPFLAGS += $(libio-mtsafe)
445 $(objpfx)tst-setvbuf1.out: /dev/null $(objpfx)tst-setvbuf1
446 $(test-program-cmd) > $@ 2>&1; \
447 $(evaluate-test)
449 $(objpfx)tst-setvbuf1-cmp.out: tst-setvbuf1.expect $(objpfx)tst-setvbuf1.out
450 cmp $^ > $@; \
451 $(evaluate-test)
453 $(objpfx)tst-printf-round: $(libm)
454 $(objpfx)tst-scanf-round: $(libm)