]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move all tests out of the csu subdirectory
authorNick Alcock <nick.alcock@oracle.com>
Wed, 21 Dec 2016 10:52:19 +0000 (11:52 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 21 Dec 2016 10:52:19 +0000 (11:52 +0100)
commit2908885c822eb43ffa2cdd67e0464e6d35afaf53
tree9b7cefaeb24a44f8ee87e39746d4307cc4701c1b
parent2fe82ca6dc5a2d2ffc91b7df9d136de7bf10bd9a
Move all tests out of the csu subdirectory

Stack-protection on .o files in csu/ must be suppressed for the sake of
library startup code.  This also suppresses stack-protection in tests
(which are also covered by CFLAGS-.o), though this is neither necessary
nor desirable.

So impose the rule that .o files in csu/ are necessarily C startup code,
and move the few tests in there into misc/ instead.
ChangeLog
csu/Makefile
misc/Makefile
misc/tst-atomic-long.c [moved from csu/tst-atomic-long.c with 100% similarity]
misc/tst-atomic.c [moved from csu/tst-atomic.c with 99% similarity]
misc/tst-empty.c [moved from csu/tst-empty.c with 58% similarity]