[PATCH 13/15] Move all tests out of csu.
Florian Weimer
fweimer@redhat.com
Wed Dec 21 13:36:00 GMT 2016
On 12/19/2016 12:15 PM, Nix wrote:
> From: Nick Alcock <nick.alcock@oracle.com>
>
> 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.
>
> v10: New.
>
> * csu/Makefile (tests): Move this...
> (tests-static): ... and this...
> * misc/Makefile (tests): ... to here...
> (tests-static): ... and here.
> * csu/tst-empty.c: Move to...
> * misc/tst-empty.c: ... here.
> * csu/tst-atomic.c: Move to...
> * misc/tst-atomic.c: ... here.
> * csu/tst-atomic-long.c: Move to...
> * misc/tst-atomic-long.c: ... here.
I committed this variant of the patch.
Thanks,
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: csu-tests.patch
Type: text/x-patch
Size: 2930 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20161221/1e80095e/attachment.bin>
More information about the Libc-alpha
mailing list