about summary refs log tree commit diff
path: root/nptl/tst-mutexpp1.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Waddress warnings in nptl/tst-mutex1.c.Joseph Myers2014-12-021-0/+1
| | | | | | | | | | | | | | | | This patch fixes -Waddress warnings in nptl/tst-mutex1.c from comparing the address of an object with NULL (ATTR may either be NULL, or the address of an object when included from other tests, and the warning arises in the latter case). A macro ATTR_NULL is defined alongside ATTR and used for the tests. Tested for x86_64. * nptl/tst-mutex1.c: Include <stdbool.h>. [!ATTR] (ATTR_NULL): New macro. (do_test): Test !ATTR_NULL instead of ATTR != NULL. * nptl/tst-mutexpi1.c (ATTR_NULL): New macro. * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
* * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper2006-08-141-0/+45
| | | | | Don't clobber caller's LRSAVE. (_dl_prof_resolve): Likewise.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-45/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+45