1 # Copyright (C) 1992-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 I/O portion of the library.
33 bits
/statx-generic.h \
35 bits
/types
/struct_statx.h \
36 bits
/types
/struct_statx_timestamp.h \
74 file_change_detection \
152 # Exclude fortified routines from being built with _FORTIFY_SOURCE
153 routines_no_fortify
+= \
166 # routines_no_fortify
189 tst-copy_file_range \
215 tst-posix_fallocate \
216 tst-posix_fallocate64 \
233 tst-futimens-time64 \
235 tst-futimesat-time64 \
240 tst-utimensat-time64 \
244 # Likewise for statx, but we do not need static linking here.
246 tst-file_change_detection \
254 ifeq ($(run-built-tests
),yes
)
256 $(objpfx
)ftwtest-time64.out \
257 $(objpfx
)ftwtest.out \
263 CFLAGS-open.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
264 CFLAGS-openat.c
+= $(config-cflags-wno-ignored-attributes
)
265 CFLAGS-open64.c
+= -fexceptions
-fasynchronous-unwind-tables
266 CFLAGS-creat.c
+= -fexceptions
-fasynchronous-unwind-tables
267 CFLAGS-creat64.c
+= -fexceptions
-fasynchronous-unwind-tables
268 CFLAGS-fcntl.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
269 CFLAGS-fcntl64.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
270 CFLAGS-poll.c
+= -fexceptions
-fasynchronous-unwind-tables
271 CFLAGS-ppoll.c
+= -fexceptions
-fasynchronous-unwind-tables
272 CFLAGS-lockf.c
+= -fexceptions
-fasynchronous-unwind-tables
273 CFLAGS-lockf64.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
274 CFLAGS-statfs.c
+= -fexceptions
275 CFLAGS-fstatfs.c
+= -fexceptions
276 CFLAGS-statvfs.c
+= -fexceptions
$(config-cflags-wno-ignored-attributes
)
277 CFLAGS-fstatvfs.c
+= -fexceptions
$(config-cflags-wno-ignored-attributes
)
278 CFLAGS-fts.c
+= -Wno-uninitialized
$(uses-callbacks
) -fexceptions
279 CFLAGS-fts64.c
+= -Wno-uninitialized
$(uses-callbacks
) -fexceptions
280 CFLAGS-fts64-time64.c
+= -Wno-uninitialized
$(uses-callbacks
) -fexceptions
281 CFLAGS-ftw.c
+= $(uses-callbacks
) -fexceptions
282 CFLAGS-ftw64.c
+= $(uses-callbacks
) -fexceptions
283 CFLAGS-ftw64-time64.c
+= $(uses-callbacks
) -fexceptions
284 CFLAGS-posix_fallocate.c
+= -fexceptions
285 CFLAGS-posix_fallocate64.c
+= -fexceptions
286 CFLAGS-fallocate.c
+= -fexceptions
287 CFLAGS-fallocate64.c
+= -fexceptions
288 CFLAGS-read.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
289 CFLAGS-write.c
+= -fexceptions
-fasynchronous-unwind-tables
$(config-cflags-wno-ignored-attributes
)
290 CFLAGS-close.c
+= -fexceptions
-fasynchronous-unwind-tables
291 CFLAGS-lseek64.c
+= $(config-cflags-wno-ignored-attributes
)
293 CFLAGS-test-stat.c
+= -D_FILE_OFFSET_BITS
=64 -D_LARGEFILE64_SOURCE
294 CFLAGS-test-lfs.c
+= -D_LARGEFILE64_SOURCE
295 CFLAGS-tst-lchmod.c
+= -D_FILE_OFFSET_BITS
=64
297 test-stat2-ARGS
= Makefile .
$(objpfx
)test-stat2
299 tst-statvfs-ARGS
= $(objpfx
)tst-statvfs tst-statvfs.c
/tmp
301 tst-open-tmpfile-ARGS
= --test-dir
=$(objpfx
)
303 CFLAGS-ftwtest-time64.c
+= -D_TIME_BITS
=64 -D_FILE_OFFSET_BITS
=64
305 ifeq ($(run-built-tests
),yes
)
306 $(objpfx
)ftwtest.out
: ftwtest-sh
$(objpfx
)ftwtest
307 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd)' > $@
; \
310 $(objpfx
)ftwtest-time64.out
: ftwtest-sh
$(objpfx
)ftwtest-time64
311 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd)' > $@
; \