aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-mutexpp1.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02Fix -Waddress warnings in nptl/tst-mutex1.c.Joseph Myers1-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.
2006-08-14* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper1-0/+45
Don't clobber caller's LRSAVE. (_dl_prof_resolve): Likewise.
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-45/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+45