mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
32 lines
857 B
Plaintext
32 lines
857 B
Plaintext
Files:
|
|
tests/test-sigsegv-catch-segv1.c
|
|
tests/test-sigsegv-catch-segv2.c
|
|
tests/test-sigsegv-catch-stackoverflow1.c
|
|
tests/test-sigsegv-catch-stackoverflow2.c
|
|
tests/altstack-util.h
|
|
tests/mmap-anon-util.h
|
|
m4/mmap-anon.m4
|
|
|
|
Depends-on:
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([setrlimit])
|
|
gl_FUNC_MMAP_ANON
|
|
|
|
Makefile.am:
|
|
TESTS += \
|
|
test-sigsegv-catch-segv1 \
|
|
test-sigsegv-catch-segv2 \
|
|
test-sigsegv-catch-stackoverflow1 \
|
|
test-sigsegv-catch-stackoverflow2
|
|
check_PROGRAMS += \
|
|
test-sigsegv-catch-segv1 \
|
|
test-sigsegv-catch-segv2 \
|
|
test-sigsegv-catch-stackoverflow1 \
|
|
test-sigsegv-catch-stackoverflow2
|
|
test_sigsegv_catch_segv1_LDADD = $(LDADD) $(LIBSIGSEGV)
|
|
test_sigsegv_catch_segv2_LDADD = $(LDADD) $(LIBSIGSEGV)
|
|
test_sigsegv_catch_stackoverflow1_LDADD = $(LDADD) $(LIBSIGSEGV)
|
|
test_sigsegv_catch_stackoverflow2_LDADD = $(LDADD) $(LIBSIGSEGV)
|