forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for generated PIE link rules
- Loading branch information
Showing
6 changed files
with
48 additions
and
95 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,18 @@ | ||
2011-05-11 Andreas Schwab <[email protected]> | ||
|
||
* Makeconfig (+link-pie): Indent. | ||
* Rules (binaries-pie): Define if $(have-fpie) and | ||
$(build-shared). | ||
(binaries-shared): Also filter out $(binaries-pie). | ||
($(addprefix $(objpfx),$(binaries-pie))): New rule. | ||
* nscd/Makefile (others-pie): Add nscd. | ||
(LDFLAGS-nscd): Set this instead of relro-LDFLAGS. | ||
($(objpfx)nscd): Remove command override. | ||
* login/Makefile (others-pie): Add pt_chown. | ||
($(objpfx)pt_chown): Remove command override. | ||
* elf/Makefile: Add PIE tests to tests and tests-pie variables and | ||
remove command overrides. | ||
|
||
2011-05-13 Ulrich Drepper <[email protected]> | ||
|
||
* libio/tst_putwc.c: Fix error messages. | ||
|
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
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
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