-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
2fe82ca
commit 2908885
Showing
6 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2016-12-21 Nick Alcock <[email protected]> | ||
Florian Weimer <[email protected]> | ||
|
||
[BZ #7065] | ||
* csu/Makefile (tests): Empty assignment and document it. | ||
(tests-static): Remove. | ||
* csu/tst-empty.c: Move to... | ||
* misc/tst-empty.c: ... here. Switch to new test driver. | ||
* csu/tst-atomic.c: Move to... | ||
* misc/tst-atomic.c: ... here. Switch to new test driver. | ||
* csu/tst-atomic-long.c: Move to... | ||
* misc/tst-atomic-long.c: ... here. | ||
* misc/Makefile (tests): Add tst-empty, tst-atomic, | ||
tst-atomic-long. | ||
(tests-static): Add tst-empty. | ||
|
||
2016-12-21 Rical Jasan <[email protected]> | ||
|
||
* manual/nss.texi: Change incorrect @vtable to @table. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters