about summary refs log tree commit diff
path: root/dlfcn/bug-atexit3-lib.cc
Commit message (Collapse)AuthorAgeFilesLines
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-6/+1
| | | | | | | | | | | | | | | The new test driver in <support/test-driver.c> has feature parity with the old one. The main difference is that its hooking mechanism is based on functions and function pointers instead of macros. This commit also implements a new environment variable, TEST_COREDUMPS, which disables the code which disables coredumps (that is, it enables them if the invocation environment has not disabled them). <test-skeleton.c> defines wrapper functions so that it is possible to use existing macros with the new-style hook functionality. This commit changes only a few test cases to the new test driver, to make sure that it works as expected.
* Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes2016-10-281-2/+10
| | | | | | | | | The test case dlfcn/bug-atexit3-lib.cc calls write and doesn't check the result. When building with GCC 6.2, this generates a warning in 'make check', which is treated as an error. This patch replaces the call to write with a call to write_message. Tested for powerpc64le.
* * dlfcn/Makefile: Add rules to build and run bug-atexit3.Ulrich Drepper2006-07-271-0/+23
| | | | | * dlfcn/bug-atexit3.c: New file. * dlfcn/bug-atexit3-lib.cc: New file.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-23/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+23